We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8afc30 + 5ad25b2 commit 368809fCopy full SHA for 368809f
.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
@@ -30,7 +31,7 @@ builds:
30
31
goarch: '386'
32
binary: '{{ .ProjectName }}_v{{ .Version }}'
33
archives:
-- format: zip
34
+- formats: [ 'zip' ]
35
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
36
checksum:
37
extra_files:
@@ -57,4 +58,4 @@ release:
57
58
# If you want to manually examine the release before its live, uncomment this line:
59
# draft: true
60
changelog:
- skip: true
61
+ disable: true
0 commit comments