From 844cef986b033ce84095f079b685aefa7a709c61 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 25 Sep 2020 23:39:12 -0400 Subject: [PATCH] default to draft releases Signed-off-by: Alex Goodman --- .goreleaser.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 03378582..25e77fd3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -4,6 +4,9 @@ release: # If set to true, will mark the release as not ready for production. prerelease: false + # If set to true, will not auto-publish the release. This is done to allow us to review the changelog before publishing. + draft: true + signs: - artifacts: checksum args: ["--output", "${signature}", "--detach-sign", "${artifact}"]