File tree 3 files changed +24
-11
lines changed
3 files changed +24
-11
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,20 +11,33 @@ builds:
11
11
- -X main.Revision={{.ShortCommit}}
12
12
env :
13
13
- CGO_ENABLED=0
14
+ goos :
15
+ - linux
16
+ - windows
17
+ - darwin
18
+
14
19
archives :
15
- - name_template : >-
20
+ - format : tar.gz
21
+ name_template : >-
16
22
{{ .ProjectName }}_
17
- {{- .Version }}_
18
- {{- if eq .Os "freebsd" }}FreeBSD
19
- {{- else }}{{ title .Os }}{{ end }}_
20
- {{- if eq .Arch "amd64" }}64bit
21
- {{- else if eq .Arch "386" }}32bit
22
- {{- else if eq .Arch "arm64" }}ARM64
23
- {{- else if eq .Arch "riscv64" }}RISCV
24
- {{- else }}{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ end }}
23
+ {{- title .Os }}_
24
+ {{- if eq .Arch "amd64" }}x86_64
25
+ {{- else if eq .Arch "386" }}i386
26
+ {{- else }}{{ .Arch }}{{ end }}
27
+ {{- if .Arm }}v{{ .Arm }}{{ end }}
25
28
format_overrides :
26
- - goos: windows
27
- format: zip
29
+ - goos : windows
30
+ format : zip
31
+ checksum :
32
+ name_template : ' checksums.txt'
33
+ snapshot :
34
+ name_template : " {{ incpatch .Version }}-next"
35
+ changelog :
36
+ sort : asc
37
+ filters :
38
+ exclude :
39
+ - ' ^docs:'
40
+ - ' ^test:'
28
41
release :
29
42
prerelease : auto
30
43
brews :
You can’t perform that action at this time.
0 commit comments