The README.md file currently says:
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 README.md file currently says:
But it seems like it should be the other way around, like this: