We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80c90a commit f1ef384Copy full SHA for f1ef384
.goreleaser.yml
@@ -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