Announcing GoReleaser v1.16 — the late February release
The February release got a little late… better later than even later, I guess! 😄 …
GoReleaser 1.5 is out, with a handful of miscellaneous improvements.
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.
This is a cross-post from GoReleaser’s blog!