Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99e3673

Browse files
committedNov 29, 2024·
ci: generate release notes automatically
1 parent 9a97161 commit 99e3673

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ release:
5757
# If you want to manually examine the release before its live, uncomment this line:
5858
# draft: true
5959
changelog:
60-
disable: true
60+
# see https://goreleaser.com/customization/changelog/
61+
use: github-native
62+
sort: asc
63+
abbrev: 0

0 commit comments

Comments
 (0)
Please sign in to comment.