generated goreleaser

This commit is contained in:
Mark Bates 2019-10-18 16:32:45 -04:00
parent f8d9afcbaf
commit 9db9bb4ea9
1 changed files with 31 additions and 0 deletions

31
.goreleaser.yml Normal file
View File

@ -0,0 +1,31 @@
# Code generated by github.com/gobuffalo/release. DO NOT EDIT.
# Edit .goreleaser.yml.plush instead
builds:
-
goos:
- darwin
- linux
- windows
env:
- CGO_ENABLED=0
main: ./pkger/cmd/pkger/main.go
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
github:
owner: markbates
name: homebrew-tap