Skip to content

Commit

Permalink
ci: update changelog groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Sep 8, 2024
1 parent 644cc15 commit 66897a0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,13 @@ changelog:
sort: asc
groups:
- title: "New features"
regexp: '^(feat|\(feat.*\)):'
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^(fix|\(fix.*\)):'
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Documentation updates"
regexp: '^(docs|\(docs.*\)):'
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Others
- title: "Miscellaneous"
order: 999
filters:
exclude:
- "^(chore|\\(chore\\))"
- "^(test|\\(test\\))"

0 comments on commit 66897a0

Please sign in to comment.