6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-07 22:14:18 +00:00
Files
git-get/.goreleaser.yml
2020-06-01 09:34:18 +02:00

36 lines
492 B
YAML

before:
hooks:
- go mod download
builds:
- main: ./cmd/git-get/main.go
binary: "git-get"
goos:
- linux
- darwin
- windows
archives:
- replacements:
darwin: macOS
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:'
release:
github:
owner: grdl
name: git-get