default to draft releases

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2020-09-25 23:39:12 -04:00
parent 3c35e562bf
commit 844cef986b
No known key found for this signature in database
GPG key ID: 5CB45AE22BAB7EA7

View file

@ -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}"]