File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed
Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ name : release
2+
3+ on :
4+ create :
5+ tags :
6+ - ' *'
7+
8+ jobs :
9+ goreleaser :
10+ runs-on : ubuntu-latest
11+ steps :
12+ -
13+ name : Checkout
14+ uses : actions/checkout@v1
15+ -
16+ name : Set up Go
17+ uses : actions/setup-go@v1
18+ with :
19+ go-version : ' 1.13.1'
20+ -
21+ name : Run GoReleaser
22+ uses : goreleaser/goreleaser-action@v1
23+ with :
24+ version : latest
25+ args : release
Original file line number Diff line number Diff line change 1+ project_name : tickgit
2+ before :
3+ hooks :
4+ - go mod tidy
5+ builds :
6+ -
7+ main : ./cmd/main.go
8+ env :
9+ - CGO_ENABLED=0
10+ brews :
11+ github :
12+ owner : augmentable-dev
13+ name : homebrew-tickgit
14+ commit_author :
15+ name : augmentable
16+ 17+ homepage : " https://augmentable.io/"
18+ description : " Tickets as config"
19+ archives :
20+ - replacements :
21+ darwin : Darwin
22+ linux : Linux
23+ windows : Windows
24+ 386 : i386
25+ amd64 : x86_64
26+ checksum :
27+ name_template : ' checksums.txt'
28+ snapshot :
29+ name_template : " {{ .Tag }}-next"
30+ changelog :
31+ sort : asc
32+ filters :
33+ exclude :
34+ - ' ^docs:'
35+ - ' ^test:'
You can’t perform that action at this time.
0 commit comments