From 3b9eed003dfe455a14706f17d79fc113d7089f78 Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 15 Mar 2021 12:27:29 -0700 Subject: [PATCH] [action] set goreleaser config values back to default --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e8e7089d..e475e61d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -111,13 +111,13 @@ release: # If set to true, will not auto-publish the release. # Default is false. - draft: true + draft: false # 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. # Default is false. - prerelease: false + prerelease: auto # You can change the name of the release. # Default is `{{.Tag}}`