Skip to content

Commit

Permalink
build(goreleaser): add groupts to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Jan 25, 2022
1 parent 1d33b19 commit b225e25
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,13 @@ changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^test:'
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
order: 1
- title: Others
order: 999

0 comments on commit b225e25

Please sign in to comment.