From 5adfce19e0abdfb0d2c62c80713b90f681c83bf4 Mon Sep 17 00:00:00 2001 From: Dan Luhring Date: Tue, 29 Sep 2020 16:33:40 -0400 Subject: [PATCH] Set prerelease to auto (#189) Signed-off-by: Dan Luhring --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f5a971401949..1368ca89c25a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,7 +1,7 @@ release: # If set to auto, will mark the release as not ready for production in case there is an indicator for this in the # tag e.g. v1.0.0-rc1 .If set to true, will mark the release as not ready for production. - prerelease: false + prerelease: auto # If set to true, will not auto-publish the release. This is done to allow us to review the changelog before publishing. draft: true