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 6cdb834 commit c5e3c90Copy full SHA for c5e3c90
.goreleaser.yml
@@ -1,3 +1,6 @@
1
+# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
2
+# Edit .goreleaser.yml.plush instead
3
+
4
builds:
5
-
6
goos:
@@ -6,23 +9,23 @@ builds:
9
- windows
7
10
env:
8
11
- CGO_ENABLED=0
- # main: ./main.go
- # binary: {{.Binary}}
- # hooks:
12
- # pre: packr
13
- # post: packr clean
+ main: ./main.go
14
15
checksum:
16
name_template: 'checksums.txt'
17
snapshot:
18
name_template: "{{ .Tag }}-next"
19
20
changelog:
21
sort: asc
22
filters:
23
exclude:
- - '^docs:'
24
- - '^test:'
+ - '^docs:'
25
+ - '^test:'
26
27
brew:
28
github:
29
owner: markbates
30
name: homebrew-tap
31
0 commit comments