pkger/.goreleaser.yml

46 lines
733 B
YAML
Raw Normal View History

2019-10-18 23:32:45 +03:00
builds:
2019-11-21 05:50:35 +03:00
-
main: ./cmd/pkger/main.go
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X "github.com/markbates/pkger.Version={{.Tag}}"
2019-11-21 19:42:19 +03:00
goos:
- darwin
- linux
- windows
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 6
- 7
2019-11-21 05:50:35 +03:00
archives:
-
replacements:
'386': i386
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
2019-10-18 23:32:45 +03:00
checksum:
2019-11-21 05:50:35 +03:00
name_template: checksums.txt
2019-10-18 23:32:45 +03:00
snapshot:
2019-11-21 05:50:35 +03:00
name_template: '{{ .Tag }}-next'
2019-10-18 23:32:45 +03:00
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
2019-11-21 05:50:35 +03:00
-
name: 'pkger'
github:
owner: 'markbates'
name: 'homebrew-tap'
install: |
bin.install "pkger"