Skip to content

Commit

Permalink
feat(CI): Add groups to GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 15, 2024
1 parent c7ccb33 commit c50c829
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,18 @@ archives:
format: zip

changelog:
use: github
format: "{{.SHA}}: {{.Message}} (@{{.AuthorUsername}})"
sort: asc
groups:
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
order: 1
- title: Others
order: 999
filters:
exclude:
- "^docs:"
Expand Down

0 comments on commit c50c829

Please sign in to comment.