Skip to content

Commit

Permalink
Build: Group commits by type in changelog, remove exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
zsrv committed Feb 14, 2023
1 parent 776a14d commit 2407d20
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,18 @@ snapshot:

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
groups:
- title: Features and enhancements
regexp: '^Feat:.+$'
order: 0
- title: Bug fixes
regexp: '^Bug:.+$'
order: 1
- title: Documentation
regexp: '^Docs:.+$'
order: 2
- title: Other
order: 999

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 2407d20

Please sign in to comment.