mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
default to draft releases
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
3c35e562bf
commit
844cef986b
1 changed files with 3 additions and 0 deletions
|
@ -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}"]
|
||||
|
|
Loading…
Reference in a new issue