We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87755fc commit c64b825Copy full SHA for c64b825
.goreleaser.yml
@@ -31,7 +31,7 @@ builds:
31
goarch: '386'
32
binary: '{{ .ProjectName }}_v{{ .Version }}'
33
archives:
34
-- format: zip
+- formats: [ zip ]
35
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
36
checksum:
37
extra_files:
@@ -58,7 +58,7 @@ release:
58
# If you want to manually examine the release before its live, uncomment this line:
59
# draft: true
60
prerelease: auto
61
- make_latest: {{ not .Prerelease }}
+ make_latest: '{{ not .Prerelease }}'
62
changelog:
63
# see https://goreleaser.com/customization/changelog/
64
use: github-native
0 commit comments