838 B
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] |