mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: fix changelog subgroups docs
This commit is contained in:
parent
8fac823f81
commit
233c4bc26e
@ -67,20 +67,21 @@ changelog:
|
||||
order: 1
|
||||
- title: Others
|
||||
order: 999
|
||||
|
||||
# A group can have subgroups.
|
||||
# If you use this, all the commits that match the parent group will also
|
||||
# be checked against its subgroups. If some of them matches, it'll be
|
||||
# grouped there, otherwise they'll remain ungrouped.
|
||||
# grouped there, otherwise they'll remain not grouped.
|
||||
#
|
||||
# The title is optional - you can think of groups as a way to order
|
||||
# commits within a group.
|
||||
#
|
||||
# There can only be one level of subgroups, i.e. a subgroup cannot have
|
||||
# subgroups.
|
||||
# There can only be one level of subgroups, i.e.: a subgroup can't have
|
||||
# subgroups within it.
|
||||
#
|
||||
# Since: v1.15 (pro)
|
||||
# This feature is only available in GoReleaser Pro.
|
||||
subgroups:
|
||||
groups:
|
||||
- title: "Docs"
|
||||
regex: ".*docs.*"
|
||||
order: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user