Skip to content

Commit

Permalink
build(goreleaser): groups changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
struckchure committed Aug 21, 2024
1 parent 2464edc commit c5e2247
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,15 @@ changelog:
exclude:
- "^docs:"
- "^test:"
groups:
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Docs"
regexp: '^.*?doc(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Others
order: 999

0 comments on commit c5e2247

Please sign in to comment.