Update GoReleaser configurations

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2025-10-31 18:23:08 +02:00
parent bcc42f5658
commit e5ce4f9f9e
+3 -2
View File
@@ -27,7 +27,8 @@ builds:
main: cmd/httpx/httpx.go
archives:
- format: zip
- formats:
- zip
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
checksum:
@@ -42,4 +43,4 @@ announce:
discord:
enabled: true
message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'
message_template: '**New Release: {{ .ProjectName }} {{.Tag}}** is published! Check it out at {{ .ReleaseURL }}'