Skip to content

Commit e796187

Browse files
committed
chore: refactor configuration settings for consistency
- Change the `use` field in `.goreleaser.yml` from `github-native` to `github` Signed-off-by: appleboy <[email protected]>
1 parent 66156d1 commit e796187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ changelog:
2020
# - `github-native`: uses the GitHub release notes generation API, disables the groups feature.
2121
#
2222
# Defaults to `git`.
23-
use: github-native
23+
use: github
2424

2525
# Sorts the changelog by the commit's messages.
2626
# Could either be asc, desc or empty

0 commit comments

Comments
 (0)