6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 16:49:43 +00:00
Files
git-get/.goreleaser.yml
2020-06-01 09:45:49 +02:00

31 lines
395 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'
changelog:
skip: true
release:
github:
owner: grdl
name: git-get