mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: improve changelog
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
407ab5576b
commit
92cbd07f5b
@ -46,23 +46,25 @@ changelog:
|
||||
exclude:
|
||||
- '^test:'
|
||||
- '^chore'
|
||||
- 'merge conflict'
|
||||
- Merge pull request
|
||||
- Merge remote-tracking branch
|
||||
- Merge branch
|
||||
- go mod tidy
|
||||
groups:
|
||||
- title: 'New Features'
|
||||
- title: 'New Features and updates'
|
||||
regexp: "^.*feat[(\\w)]*:+.*$"
|
||||
order: 0
|
||||
- title: 'Bug fixes'
|
||||
regexp: "^.*fix[(\\w)]*:+.*$"
|
||||
order: 10
|
||||
- title: 'Documentation improvements'
|
||||
- title: 'Documentation updates'
|
||||
regexp: "^.*docs[(\\w)]*:+.*$"
|
||||
order: 20
|
||||
- title: Other work
|
||||
order: 999
|
||||
|
||||
|
||||
dockers:
|
||||
- image_templates:
|
||||
- 'goreleaser/goreleaser:{{ .Tag }}-amd64'
|
||||
|
Loading…
x
Reference in New Issue
Block a user