pkger/.goreleaser.yml.plush

31 lines
388 B
Plaintext
Raw Normal View History

2019-07-30 19:12:21 +03:00
builds:
-
goos:
- darwin
- linux
- windows
env:
- CGO_ENABLED=0
2019-10-18 23:37:25 +03:00
main: ./cmd/pkger/main.go
2019-07-30 19:12:21 +03:00
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
<%= if (brew) { %>
brews:
2019-10-18 23:37:01 +03:00
-
2019-10-18 23:35:21 +03:00
name: pkger
2019-07-30 19:12:21 +03:00
github:
owner: markbates
name: homebrew-tap
<% } %>