Skip to content

Commit

Permalink
chore: Update regex for release drafting
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNg <[email protected]>
  • Loading branch information
caffeine-addictt committed Sep 7, 2024
1 parent 199f65d commit 3d971b9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,16 @@ changelog:
abbrev: 0
filters:
exclude:
- "^ci"
- "^chore"
- " (T|t)ypo "
- "^(T|t)ypo"
groups:
- title: Features
regexp: '^.*?feat(\(.+\))??!?:.+$'
regexp: '^.*?(F|f)eat(\(.+\))??!?:.+$'
order: 0
- title: Bug fixes
regexp: '^.*?fix(\(.+\))??!?:.+$'
regexp: '^.*?(F|f)ix(\(.+\))??!?:.+$'
order: 1
- title: Improvements
regexp: '^.*?(docs?|style|test|build|perf|refactor)(\(.+\))??!?:.+$'
regexp: '^.*?((D|d)ocs?|(S|s)tyle|(T|t)est|(B|b)uild|(P|p)erf|(R|r)efactor)(\(.+\))??!?:.+$'
order: 2
- title: Security issues
regexp: ^.*?(S|s)ecurity.*?$
Expand Down

0 comments on commit 3d971b9

Please sign in to comment.