You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prerelease boolean Optional. true to create a draft (unpublished) release, false to create a published one. Default: false
draft boolean Optional. true to identify the release as a prerelease. false to identify the release as a full release. Default: false
But it seems like it should be the other way around, like this:
prerelease boolean Optional. true to identify the release as a prerelease. false to identify the release as a full release. Default: false
draft boolean Optional. true to create a draft (unpublished) release, false to create a published one. Default: false
The text was updated successfully, but these errors were encountered:
The README.md file currently says:
But it seems like it should be the other way around, like this:
The text was updated successfully, but these errors were encountered: