File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,20 @@ builds:
1515 - arm
1616 - arm64
1717
18+ ignore :
19+ - goos : darwin
20+ goarch : ' 386'
21+ - goos : windows
22+ goarch : ' arm'
23+ - goos : windows
24+ goarch : ' arm64'
25+
1826 binary : ' {{ .ProjectName }}'
1927 main : cmd/aix/main.go
2028
2129archives :
2230- format : zip
23- replacements :
24- darwin : macOS
31+ name_template : ' {{ .ProjectName }}_{{ .Version }}_{{ if eq .Os "darwin" }}macOS{{ else }}{{ .Os }}{{ end }}_{{ .Arch }}'
2532
2633checksum :
2734 algorithm : sha256
@@ -31,7 +38,7 @@ announce:
3138 enabled : true
3239 channel : ' #release'
3340 username : GoReleaser
34- message_template : ' New Release: {{ .ProjectName }} {{ .Tag }} is published! Check it out at {{ .ReleaseURL }}'
41+ message_template : ' New Release: {{ .ProjectName }} {{.Tag}} is published! Check it out at {{ .ReleaseURL }}'
3542
3643 discord :
3744 enabled : true
You can’t perform that action at this time.
0 commit comments