Skip to content

Commit

Permalink
fix: Update goreleaser changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenhilton committed Aug 28, 2023
1 parent f6947d3 commit 6fa4fe4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,19 @@ archives:
changelog:
groups:
- title: Features
regexp: '^feat'
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: Fixes
regexp: '^fix'
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Documentation updates
regexp: '^.*?docs?(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Other
order: 999
filters:
exclude:
- '^.*?chore(\([[:word:]]+\))??!?:.+$'

checksum:
extra_files:
Expand Down

0 comments on commit 6fa4fe4

Please sign in to comment.