You've already forked goreleaser
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user