803 B
803 B
EditReleaseOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| body | Option<String> | The new release notes or description | [optional] |
| draft | Option<bool> | Whether to change the draft status | [optional] |
| name | Option<String> | The new display title of the release | [optional] |
| prerelease | Option<bool> | Whether to change the prerelease status | [optional] |
| tag_name | Option<String> | The new name of the git tag | [optional] |
| target_commitish | Option<String> | The new target commitish for the release | [optional] |