From eada62f62c3c9f8af0049d4838f14a883388bf3d Mon Sep 17 00:00:00 2001 From: jfhovinne Date: Mon, 5 Sep 2022 19:08:37 +0200 Subject: [PATCH] Document how to reproduce executables --- docs/docs/releasing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/releasing.md b/docs/docs/releasing.md index 573d6cb6..180e4bc6 100644 --- a/docs/docs/releasing.md +++ b/docs/docs/releasing.md @@ -13,6 +13,10 @@ the `test-release` task of the Taskfile. artifacts automatically when a new Git tag is pushed to master (raw executables and DEB and RPM packages). +Since v3.15.0, raw executables can also be reproduced and verified locally by +checking out a specific tag and calling `goreleaser build`, using the Go version +defined in the above GitHub Actions. + # Homebrew To release a new version on the [Homebrew tap][homebrewtap] edit the