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

18 lines
838 B
Markdown

# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)