Skip to content

Commit

Permalink
chore(goreleaser): adjust generated changelog (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i authored May 15, 2024
1 parent 2b544ee commit 318358a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,25 @@ changelog:
use:
github-native

groups:
- title: "Features"
regexp: "^feat\\(.*\\)?:.*$"
order: 0
- title: "Bug fixes"
regexp: "^fix\\(.*\\)?:.*$"
order: 1
- title: "Enhancements"
regexp: "^chore\\(.*\\)?:.*$"
order: 2
- title: "Documentation updates"
regexp: "^docs\\(.*\\)?:.*$"
order: 3
- title: "Automation adjustments"
regexp: "^ci\\(.*\\)?:.*$"
order: 4
- title: Others
order: 999

release:
prerelease: auto
draft: false
Expand Down

0 comments on commit 318358a

Please sign in to comment.