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 9f612ed commit ff47677Copy full SHA for ff47677
.goreleaser.yml
@@ -19,6 +19,9 @@ archives:
19
386: i386
20
amd64: x86_64
21
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
22
+ format_overrides:
23
+ - goos: windows
24
+ format: zip
25
changelog:
26
sort: asc
27
filters:
VERSION
@@ -1 +1 @@
1
-1.4.1
+1.4.2
0 commit comments