Skip to content

Commit

Permalink
style: update goreleaser changelog styling
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <[email protected]>
  • Loading branch information
deggja committed May 8, 2024
1 parent c54da03 commit 966ec6c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ changelog:
filters:
exclude:
- '^Merge pull request'
- '^chore:'
- '^refactor:'
- '^style:'
- '^test:'
groups:
- title: "Features"
regexp: "^feat:"
- title: "Bug Fixes"
regexp: "^fix:"
regexp: "^(fix|bugfix):"
- title: "Documentation Updates"
regexp: "^docs:"
- title: "Other Changes"
regexp: "^(ci|build|misc|perf|deps):"
- title: "Miscellaneous"
regexp: ".*" # Matches everything that doesn't fit above groups

# Build Configuration
Expand Down

0 comments on commit 966ec6c

Please sign in to comment.