Skip to content

Commit

Permalink
ci: update changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Mar 5, 2024
1 parent 46a3074 commit 121dffd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,13 @@ changelog:
- '^ci(?:\(\w+\))?\!?:'
- '^docs(?:\(\w+\))?\!?:'
- '^test(?:\(\w+\))?\!?:'
- '^chore(?:\(\w+\))?\!?:'
- '^style(?:\(\w+\))?\!?:'
groups:
- title: "New Features And Changes"
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Other Changes"
order: 999

0 comments on commit 121dffd

Please sign in to comment.