-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels