Skip to content

Commit 18422bd

Browse files
authored
Merge pull request #2302 from emmanuel-ferdman/dev
Update GoReleaser configurations
2 parents bcc42f5 + e5ce4f9 commit 18422bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ builds:
2727
main: cmd/httpx/httpx.go
2828

2929
archives:
30-
- format: zip
30+
- formats:
31+
- zip
3132
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
3233

3334
checksum:
@@ -42,4 +43,4 @@ announce:
4243

4344
discord:
4445
enabled: true
45-
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

Comments
 (0)