We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ccf39 commit 99b1da8Copy full SHA for 99b1da8
.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
@@ -55,6 +56,4 @@ release:
55
56
- glob: 'terraform-registry-manifest.json'
57
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
58
# If you want to manually examine the release before its live, uncomment this line:
- # draft: true
59
-changelog:
60
- skip: true
+ # draft: true
0 commit comments