We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc409b commit 962b4fcCopy full SHA for 962b4fc
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
before:
4
hooks:
5
# this is just an example and not a requirement for provider building/publishing
@@ -52,7 +54,3 @@ release:
52
54
extra_files:
53
55
- glob: 'terraform-registry-manifest.json'
56
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
- # If you want to manually examine the release before its live, uncomment this line:
- # draft: true
57
-changelog:
58
- skip: true
0 commit comments