Skip to content

Commit

Permalink
chore: refactor build and CI configuration
Browse files Browse the repository at this point in the history
- Change the changelog generation tool from `git` to `github` in the `.goreleaser.yaml` configuration.

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Apr 24, 2024
1 parent 210b61f commit e6a5a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ release:
- glob: ./**.xz

changelog:
use: git
use: github
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"
Expand Down

0 comments on commit e6a5a52

Please sign in to comment.