We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c407ba commit 1fd562bCopy full SHA for 1fd562b
.goreleaser.yml
@@ -1,5 +1,6 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
+version: 2
4
before:
5
hooks:
6
# this is just an example and not a requirement for provider building/publishing
@@ -52,4 +53,5 @@ release:
52
53
# If you want to manually examine the release before its live, uncomment this line:
54
draft: true
55
changelog:
- disable: true
56
+ disable: false
57
+ use: github
0 commit comments