File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 33
44# Output
55out /
6+ dist /
67
78# user configs
89config.yaml
Original file line number Diff line number Diff line change 1+ builds :
2+ - goos :
3+ - darwin
4+ - linux
5+ - windows
6+ goarch :
7+ - amd64
8+ archive :
9+ replacements :
10+ darwin : Darwin
11+ linux : Linux
12+ windows : Windows
13+ amd64 : x86_64
14+ checksum :
15+ name_template : " checksums.txt"
16+ snapshot :
17+ name_template : " {{ .Tag }}-next"
18+ changelog :
19+ sort : asc
20+ release :
21+ draft : true
Original file line number Diff line number Diff line change 11language : go
22go :
3- - " 1.11.x"
3+ - " 1.11.x"
44 - master
55
66env :
99install : make setup modules
1010
1111script : make tests tests-cover-html build
12+
13+ deploy :
14+ - provider : script
15+ skip_cleanup : true
16+ script : curl -sL https://git.io/goreleaser | bash
17+ on :
18+ tags : true
19+ condition : $TRAVIS_OS_NAME = linux
You can’t perform that action at this time.
0 commit comments