Files
rat/.goreleaser.yml
Cesar Gimenes f4273f81b8 x86 only
2021-11-19 03:52:18 -03:00

31 lines
430 B
YAML

before:
hooks:
- go mod download
builds:
-
goos:
- darwin
- linux
- windows
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'