1
0
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:
Carlos Alexandro Becker 2023-12-05 22:42:17 -03:00
parent 8fac823f81
commit 233c4bc26e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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