We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8be43 commit dfb11d7Copy full SHA for dfb11d7
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
# Visit https://goreleaser.com for documentation on how to customize this
3
# behavior.
4
before:
@@ -29,7 +30,8 @@ builds:
29
30
goarch: '386'
31
binary: '{{ .ProjectName }}_v{{ .Version }}'
32
archives:
-- format: zip
33
+- formats:
34
+ - zip
35
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
36
checksum:
37
extra_files:
@@ -56,4 +58,4 @@ release:
56
58
# If you want to manually examine the release before its live, uncomment this line:
57
59
# draft: true
60
changelog:
- skip: true
61
+ disable: true
0 commit comments