mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
Update GoReleaser configurations
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
+3
-2
@@ -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 }}'
|
||||
|
||||
Reference in New Issue
Block a user