mirror of https://github.com/markbates/pkger.git
29 lines
378 B
Plaintext
29 lines
378 B
Plaintext
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:'
|
|
<%= if (brew) { %>
|
|
brews:
|
|
github:
|
|
owner: markbates
|
|
name: homebrew-tap
|
|
<% } %>
|