Skip to content

Commit

Permalink
chore: refactor release process configuration
Browse files Browse the repository at this point in the history
- Change the changelog configuration in `.goreleaser.yaml` from using GitHub to using git.

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Apr 2, 2024
1 parent f8b1db2 commit e8a39a1
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 @@ -99,7 +99,7 @@ release:
- glob: ./**.xz

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

0 comments on commit e8a39a1

Please sign in to comment.