From d4536f1087b0c1190017e94608fb862a1326a717 Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:37:50 +0800 Subject: [PATCH] Update documentation for changes in 1.3.8 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fe3ca0..b846026 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ See https://help.github.com/en/articles/creating-a-personal-access-token-for-the **Optional** The resultant deployment is a draft Release that only repository collaborators can see. This gives you an opportunity to examine and edit the draft release. -**Default** : true +This is a tristate option. It can be either true or false, which will set the release's status accordingly. When uploading to an existing release, you can also leave this option unset, which will perserve the release's existing status. + +**Default** : true for new release, unset for existing release We will only try to query the first 100 releases to find the draft release with the same name, because we can not get a draft release by tag name util it's published. @@ -77,7 +79,9 @@ We will only try to query the first 100 releases to find the draft release with **Optional** The resultant deployment is a Prerelease that only repository collaborators can see. This gives you an opportunity to examine and edit the prerelease. -**Default** : false +This is a tristate option. It can be either true or false, which will set the release's status accordingly. When uploading to an existing release, you can also leave this option unset, which will perserve the release's existing status. + +**Default** : false for new release, unset for existing release ### `tags`