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 fb262e5 commit 955ebd2Copy full SHA for 955ebd2
.goreleaser.yml
@@ -1,5 +1,7 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
+version: 2
4
+
5
before:
6
hooks:
7
# this is just an example and not a requirement for provider building/publishing
@@ -27,7 +29,7 @@ builds:
27
29
goarch: '386'
28
30
binary: '{{ .ProjectName }}_v{{ .Version }}'
31
archives:
-- format: zip
32
+- formats: zip
33
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
34
checksum:
35
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
0 commit comments