Skip to content

Commit

Permalink
goreleaser: improved commit grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Apr 10, 2022
1 parent 2650eeb commit 0af3b10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ changelog:
sort: asc
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
regexp: "^feat[(\\w)]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
regexp: "^fix[(\\w)]*:+.*$"
order: 1
- title: 'Enhancements'
regexp: "^enhancement:+.*$"
order: 2
- title: Others
order: 999
filters:
Expand Down

0 comments on commit 0af3b10

Please sign in to comment.