Skip to content

Commit

Permalink
chore: goreleaser changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-jason committed May 8, 2023
1 parent 153f2ab commit c8e4070
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ builds:
- amd64
- arm64
- "386"
changelog:
groups:
- title: Breaking change
regexp: '^.*([[:word:]]+)(\([[:word:]]+\))??!:.+$'
order: 0
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 1
- title: 'Bug fixes'
regexp: '^.*fix(\([[:word:]]+\))??!?:.+$'
order: 2
- title: 'Other'
order: 999

0 comments on commit c8e4070

Please sign in to comment.