8000 ci: generate release notes automatically (#318) · coder/terraform-provider-coder@2b9f803 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b9f803

Browse files
authored
ci: generate release notes automatically (#318)
1 parent 9a97161 commit 2b9f803

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)
0