Skip to content

Commit

Permalink
chore(project): update GoReleaser config (#1099)
Browse files Browse the repository at this point in the history
support 'parser/renderer' scope and 'refactoring' group of commits

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
  • Loading branch information
xcoulon authored Oct 22, 2022
1 parent 967103f commit b92f431
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ changelog:
sort: asc
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
regexp: "^.*feat[(\\w)(/(\\w))?]*:+.*$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
- title: Refactoring
regexp: "^.*refactor[(\\w)(/(\\w))?]*:+.*$"
order: 1
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)(/(\\w))?]*:+.*$"
order: 2
- title: Others
order: 999
filters:
Expand Down

0 comments on commit b92f431

Please sign in to comment.