Skip to content

Commit

Permalink
feat: update goreleaser changelog styling
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed May 9, 2024
1 parent 6f5c3dc commit 7ba8da9
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ changelog:
exclude:
- '^Merge pull request'
groups:
- title: "Features"
regexp: "^feat:"
- title: "Bug Fixes"
regexp: "^(fix|bugfix):"
- title: Features
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 0
- title: "Bug fixes"
regexp: '^.*?bug(\([[:word:]]+\))??!?:.+$'
order: 1
- title: "Documentation Updates"
regexp: "^docs:"
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
order: 2
- title: "Other Changes"
regexp: "^(ci|build|misc|perf|deps):"
order: 3
- title: "Miscellaneous"
regexp: ".*" # Matches everything that doesn't fit above groups
regexp: ".*"
order: 4

# Build Configuration
builds:
Expand Down

0 comments on commit 7ba8da9

Please sign in to comment.