Reformat goreleaser config for better YAML consistency

This commit is contained in:
Timur Demin 2022-03-19 14:27:38 +05:00
parent f507bd3461
commit 0f2e3ca4ea
No known key found for this signature in database
GPG key ID: 9EDF3F9D9286FA20

View file

@ -1,38 +1,38 @@
builds:
- main: ./cmd/gmnhg
id: gmnhg
binary: gmnhg
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- netbsd
- main: ./cmd/md2gmn
id: md2gmn
binary: md2gmn
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- netbsd
- main: ./cmd/gmnhg
id: gmnhg
binary: gmnhg
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- netbsd
- main: ./cmd/md2gmn
id: md2gmn
binary: md2gmn
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- netbsd
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
openbsd: OpenBSD
netbsd: NetBSD
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
openbsd: OpenBSD
netbsd: NetBSD
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot: