Skip to content

Commit 99b1da8

Browse files
define goreleaser version
1 parent 25ccf39 commit 99b1da8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yml

+2-3
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
@@ -55,6 +56,4 @@ release:
5556
- glob: 'terraform-registry-manifest.json'
5657
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
5758
# If you want to manually examine the release before its live, uncomment this line:
58-
# draft: true
59-
changelog:
60-
skip: true
59+
# draft: true

0 commit comments

Comments
 (0)