Skip to content

Commit

Permalink
Fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Shóstak committed Jun 7, 2023
1 parent 34882aa commit 9072027
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,19 @@ changelog:
exclude: [ "^*.md:", "^*.yml:" ]
groups:
- title: Features
regexp: ^.*?feature.*?$/gmi
regexp: ^.*?(F|f)eature.*?$
order: 0
- title: Bug fixes
regexp: ^.*?(bug)|(fix).*?$/gmi
regexp: ^.*?((B|b)ug)|((F|f)ix).*?$
order: 1
- title: Improvements
regexp: ^.*?improve.*?$/gmi
regexp: ^.*?(I|i)mprove.*?$
order: 2
- title: Updates
regexp: ^.*?update.*?$/gmi
regexp: ^.*?(U|u)pdate.*?$
order: 3
- title: Security issues
regexp: ^.*?security.*?$/gmi
regexp: ^.*?(S|s)ecurity.*?$
order: 4
- title: Others
order: 999

0 comments on commit 9072027

Please sign in to comment.