Skip to content

Commit 1fd562b

Browse files
committed
[goreleaser] Enable changelog
Signed-off-by: Wilfried Roset <[email protected]>
1 parent 9c407ba commit 1fd562b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -52,4 +53,5 @@ release:
5253
# If you want to manually examine the release before its live, uncomment this line:
5354
draft: true
5455
changelog:
55-
disable: true
56+
disable: false
57+
use: github

0 commit comments

Comments
 (0)