Skip to content

Commit

Permalink
chore: improve changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed May 11, 2022
1 parent 407ab55 commit 92cbd07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 92cbd07

Please sign in to comment.