Skip to content

Commit

Permalink
fix: πŸ› goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Jan 22, 2024
1 parent d5021d4 commit d9c8454
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 @@ -29,19 +29,19 @@ changelog:
use: github
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
regexp: "^.*?feat(\([[:word:]]+\))??!?:.+$"
order: 0
- title: 'Bug fixes'
regexp: "^.*fix[(\\w)]*:+.*$"
regexp: "^.*?fix(\([[:word:]]+\))??!?:.+$"
order: 1
- title: Docs
regexp: "^.*docs[(\\w)]*:+.*$"
regexp: "^.*?docs(\([[:word:]]+\))??!?:.+$"
order: 2
- title: Test
regexp: "^.*test[(\\w)]*:+.*$"
regexp: "^.*?test(\([[:word:]]+\))??!?:.+$"
order: 3
- title: Dependabot
regexp: "^.*chore(deps)[(\\w)]*:+.*$"
regexp: "^.*?chore(\([[:word:]]+\))??!?:.+$"
order: 4
- title: Others
order: 999
Expand Down

0 comments on commit d9c8454

Please sign in to comment.