Skip to content

Commit f1ef384

Browse files
committed
generated goreleaser
1 parent c80c90a commit f1ef384

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.goreleaser.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
2+
# Edit .goreleaser.yml.plush instead
3+
4+
builds:
5+
-
6+
goos:
7+
- darwin
8+
- linux
9+
- windows
10+
env:
11+
- CGO_ENABLED=0
12+
main: soda/main.go
13+
binary: soda
14+
15+
checksum:
16+
name_template: 'checksums.txt'
17+
18+
snapshot:
19+
name_template: "{{ .Tag }}-next"
20+
21+
changelog:
22+
sort: asc
23+
filters:
24+
exclude:
25+
- '^docs:'
26+
- '^test:'
27+
28+
brew:
29+
github:
30+
owner: gobuffalo
31+
name: homebrew-tap
32+

0 commit comments

Comments
 (0)