Files
gitea-rs/crates/gitea-client/docs/CreateReleaseOption.md
2026-03-20 16:24:40 +01:00

838 B

CreateReleaseOption

Properties

Name Type Description Notes
body Option<String> The release notes or description [optional]
draft Option<bool> Whether to create the release as a draft [optional]
name Option<String> The display title of the release [optional]
prerelease Option<bool> Whether to mark the release as a prerelease [optional]
tag_message Option<String> The message for the git tag [optional]
tag_name String
target_commitish Option<String> The target commitish for the release [optional]

[Back to Model list] [Back to API list] [Back to README]