Skip to content

Commit

Permalink
chore: update configuration files for improved compatibility
Browse files Browse the repository at this point in the history
- Change the `use` field from `github` to `git` in the `.goreleaser.yaml` file.

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Apr 21, 2024
1 parent eff4dc8 commit 2c3391e
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 @@ -85,7 +85,7 @@ snapshot:
name_template: "{{ incpatch .Version }}"

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

0 comments on commit 2c3391e

Please sign in to comment.