Skip to content

Commit

Permalink
Merge pull request #68 from losisin/docs/better-release-notes
Browse files Browse the repository at this point in the history
better release notes
  • Loading branch information
losisin authored Jun 4, 2024
2 parents 1448cdc + c650af7 commit 27e75c2
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 27e75c2

Please sign in to comment.