www/content/blog/goreleaser-v1.5.md
GoReleaser 1.5 is out, with a handful of miscellaneous improvements.
<!--more-->go install;goreleaser build --single-target now copies the binary to CWD, also accepts a -output flag telling to copy the binary elsewhere;goreleaser release --release-notes now warns if the file is empty or whitespace-only, allowing to more easily debug releases;tags, ldflags, gcflags and asmflags per target platform;GOOS and GOARCH on template variables using {{ .Runtime.Goos }} and {{ .Runtime.Goarch }}.You can see the full changelog here.