File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,26 @@ before:
44 - go mod download
55 - go generate ./...
66builds :
7- - env :
8- - CGO_ENABLED=0
9- goos :
10- - linux
11- - windows
12- - darwin
7+ - env :
8+ - CGO_ENABLED=0
9+ goos :
10+ - windows
11+ - darwin
12+ - linux
13+ goarch :
14+ - 386
15+ - amd64
16+ - arm
17+ - arm64
1318archives :
14- - replacements :
15- darwin : Darwin
16- linux : Linux
17- windows : Windows
18- 386 : i386
19- amd64 : x86_64
20- checksum :
21- name_template : ' checksums.txt'
19+ - name_template : " {{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
2220snapshot :
2321 name_template : " {{ .Tag }}-next"
22+ checksum :
23+ name_template : " {{ .ProjectName }}_{{ .Version }}_checksums.txt"
2424changelog :
2525 sort : asc
2626 filters :
2727 exclude :
28- - ' ^docs:'
29- - ' ^test:'
28+ - ' ^docs:'
29+ - ' ^test:'
You can’t perform that action at this time.
0 commit comments