1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-29 23:07:42 +02:00

docs: update changelog docs and schema

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker
2023-01-07 23:44:50 -03:00
parent 8e3567ed0a
commit 95c4c86806
3 changed files with 60 additions and 17 deletions

View File

@@ -64,6 +64,27 @@ 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.
#
# 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.
#
# This feature is only available in GoReleaser Pro.
#
# Since: v1.15.0-pro
subgroups:
- title: 'Docs'
regex: '.*docs.*'
order: 1
- title: 'CI'
regex: '.*build.*'
order: 2
filters:
# Commit messages matching the regexp listed here will be removed from