mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
13 lines
633 B
Markdown
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]
|