Files
tea4j-autodeploy/docs/CreateReleaseOption.md
T
2025-09-07 00:21:05 +00:00

13 lines
633 B
Markdown

# CreateReleaseOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **String** | The release notes or description | [optional]
**draft** | **Boolean** | Whether to create the release as a draft | [optional]
**name** | **String** | The display title of the release | [optional]
**prerelease** | **Boolean** | Whether to mark the release as a prerelease | [optional]
**tagMessage** | **String** | The message for the git tag | [optional]
**tagName** | **String** | |
**targetCommitish** | **String** | The target commitish for the release | [optional]