Skip to content

Commit

Permalink
chore: update changelog categories and improve documentation (#3917)
Browse files Browse the repository at this point in the history
- Add new changelog categories for "Build process updates" and "Documentation updates"

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Apr 7, 2024
1 parent c6f90df commit 0397e5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Expand Up @@ -46,6 +46,12 @@ changelog:
- title: "Refactor"
regexp: "^.*refactor[(\\w)]*:+.*$"
order: 3
- title: "Build process updates"
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
order: 4
- title: "Documentation updates"
regexp: ^.*?docs?(\(.+\))??!?:.+$
order: 4
- title: Others
order: 999

Expand Down

0 comments on commit 0397e5e

Please sign in to comment.