Skip to content

Commit

Permalink
feat: refactor changelog structure and content
Browse files Browse the repository at this point in the history
- Add a new regex pattern for the "Enhancements" section in the changelog
- Update the order of the "Others" section in the changelog

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 1, 2024
1 parent f56aa57 commit 68a9ced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@ changelog:
- title: "Refactor"
regexp: '^.*?refactor(\([[:word:]]+\))??!?:.+$'
order: 2
- title: "Enhancements"
regexp: '^.*?chore(\([[:word:]]+\))??!?:.+$'
order: 2
- title: Others
order: 999

0 comments on commit 68a9ced

Please sign in to comment.