chore: refactor release process configuration
- Change the changelog configuration in `.goreleaser.yaml` from using GitHub to using git. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
f8b1db2997
commit
e8a39a16a6
|
@ -99,7 +99,7 @@ release:
|
|||
- glob: ./**.xz
|
||||
|
||||
changelog:
|
||||
use: github
|
||||
use: git
|
||||
groups:
|
||||
- title: Features
|
||||
regexp: "^.*feat[(\\w)]*:+.*$"
|
||||
|
|
Loading…
Reference in New Issue