yapusher/.goreleaser.yml

42 lines
646 B
YAML
Raw Normal View History

2019-03-30 08:18:31 +04:00
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- windows
- linux
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
2019-12-30 05:00:35 +04:00
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
2019-03-30 08:18:31 +04:00
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
2019-12-30 04:52:47 +04:00
gitea_urls:
api: https://source.hodakov.me/api/v1/