Skip to content

Commit

Permalink
better release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Jun 4, 2024
1 parent 1448cdc commit c650af7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,21 @@ checksum:

changelog:
sort: asc
groups:
- title: Added
regexp: '^.*?feature(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Fixed"
regexp: '^.*?bug|fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Updated
regexp: '^.*?Bump|chore(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Docs
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
order: 3
- title: Other
order: 999
filters:
exclude:
- "^docs:"
- "^test:"
- "^Merge pull request #" # exclude merge commits

0 comments on commit c650af7

Please sign in to comment.