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:
Bo-Yi Wu 2024-04-02 15:58:52 +08:00
parent f8b1db2997
commit e8a39a16a6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ release:
- glob: ./**.xz
changelog:
use: github
use: git
groups:
- title: Features
regexp: "^.*feat[(\\w)]*:+.*$"