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.
2 parents bcc42f5 + e5ce4f9 commit 18422bdCopy full SHA for 18422bd
.goreleaser.yml
@@ -27,7 +27,8 @@ builds:
27
main: cmd/httpx/httpx.go
28
29
archives:
30
-- format: zip
+- formats:
31
+ - zip
32
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
33
34
checksum:
@@ -42,4 +43,4 @@ announce:
42
43
44
discord:
45
enabled: true
- message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
46
+ message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
0 commit comments