File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414# Dependency directories (remove the comment below to include it)
1515# vendor/
16+ # Added by goreleaser init:
17+ dist /
Original file line number Diff line number Diff line change 1+ # vim: set ts=2 sw=2 tw=0 fo=cnqoj
2+
3+ version : 2
4+
5+ before :
6+ hooks :
7+ - go mod tidy
8+
9+ builds :
10+ - env :
11+ - CGO_ENABLED=0
12+ goos :
13+ - linux
14+ - windows
15+ - darwin
16+
17+ archives :
18+ - formats : [tar.gz]
19+ name_template : >-
20+ {{ .ProjectName }}_
21+ {{- title .Os }}_
22+ {{- if eq .Arch "amd64" }}x86_64
23+ {{- else if eq .Arch "386" }}i386
24+ {{- else }}{{ .Arch }}{{ end }}
25+ {{- if .Arm }}v{{ .Arm }}{{ end }}
26+ # use zip for windows archives
27+ format_overrides :
28+ - goos : windows
29+ formats : [zip]
30+
31+ changelog :
32+ sort : asc
33+ filters :
34+ exclude :
35+ - " ^docs:"
36+ - " ^test:"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments