Skip to content

Commit c5e3c90

Browse files
committed
generated goreleaser
1 parent 6cdb834 commit c5e3c90

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.goreleaser.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
2+
# Edit .goreleaser.yml.plush instead
3+
14
builds:
25
-
36
goos:
@@ -6,23 +9,23 @@ builds:
69
- windows
710
env:
811
- CGO_ENABLED=0
9-
# main: ./main.go
10-
# binary: {{.Binary}}
11-
# hooks:
12-
# pre: packr
13-
# post: packr clean
12+
main: ./main.go
1413

1514
checksum:
1615
name_template: 'checksums.txt'
16+
1717
snapshot:
1818
name_template: "{{ .Tag }}-next"
19+
1920
changelog:
2021
sort: asc
2122
filters:
2223
exclude:
23-
- '^docs:'
24-
- '^test:'
24+
- '^docs:'
25+
- '^test:'
26+
2527
brew:
2628
github:
2729
owner: markbates
2830
name: homebrew-tap
31+

0 commit comments

Comments
 (0)