File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ before :
4+ hooks :
5+ - go mod tidy
6+ - go generate ./...
7+
8+ builds :
9+ - env :
10+ - CGO_ENABLED=0
11+ goos :
12+ - linux
13+ - windows
14+ - darwin
15+ goarch :
16+ - amd64
17+ - arm64
18+
19+ archives :
20+ - format : tar.gz
21+ name_template : >-
22+ {{ .ProjectName }}_
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 }}
28+ format_overrides :
29+ - goos : windows
30+ format : zip
31+
32+ changelog :
33+ sort : asc
34+ filters :
35+ exclude :
36+ - " ^docs:"
37+ - " ^test:"
38+
39+ checksum :
40+ name_template : " checksums.txt"
41+
42+ snapshot :
43+ name_template : " {{ .Tag }}-{{ .ShortCommit }}"
44+
45+ release :
46+ github :
47+ owner : leandrodaf
48+ name : Pianalyze
You can’t perform that action at this time.
0 commit comments