Skip to content

Commit

Permalink
Merge pull request #40 from RadxaYuntian/patch-1
Browse files Browse the repository at this point in the history
Update documentation for changes in 1.3.8

Thanks for your contribution.
  • Loading branch information
owent authored Nov 9, 2022
2 parents b19e001 + d4536f1 commit 8240305
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,19 @@ 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.

### `prerelease`

**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`

Expand Down

0 comments on commit 8240305

Please sign in to comment.