Skip to content

Commit e6a5a52

Browse files
committed
chore: refactor build and CI configuration
- Change the changelog generation tool from `git` to `github` in the `.goreleaser.yaml` configuration. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 210b61f commit e6a5a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ release:
101101
- glob: ./**.xz
102102

103103
changelog:
104-
use: git
104+
use: github
105105
groups:
106106
- title: Features
107107
regexp: "^.*feat[(\\w)]*:+.*$"

0 commit comments

Comments
 (0)