draft property

bool draft
getter/setter pair

Whether a newly created release is kept as an unpublished draft.

Draft releases are only visible to repository collaborators and their assets have no public download URL, so this defaults to false to make uploads immediately usable. Set it to true to review before publishing.

Implementation

late bool draft;