Skip to content

Commit

Permalink
ci: 🎡 fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Jan 22, 2024
1 parent d9c8454 commit c0486ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ changelog:
use: github
groups:
- title: Features
regexp: "^.*?feat(\([[:word:]]+\))??!?:.+$"
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: 'Bug fixes'
regexp: "^.*?fix(\([[:word:]]+\))??!?:.+$"
- title: "Bug fixes"
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Docs
regexp: "^.*?docs(\([[:word:]]+\))??!?:.+$"
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Test
regexp: "^.*?test(\([[:word:]]+\))??!?:.+$"
regexp: '^.*?test(\([[:word:]]+\))??!?:.+$'
order: 3
- title: Dependabot
regexp: "^.*?chore(\([[:word:]]+\))??!?:.+$"
regexp: '^.*?chore(\([[:word:]]+\))??!?:.+$'
order: 4
- title: Others
order: 999
Expand Down

0 comments on commit c0486ea

Please sign in to comment.