mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-06 09:52:17 +00:00
12 lines
599 B
Markdown
12 lines
599 B
Markdown
# EditReleaseOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**body** | **String** | The new release notes or description | [optional]
|
|
**draft** | **Boolean** | Whether to change the draft status | [optional]
|
|
**name** | **String** | The new display title of the release | [optional]
|
|
**prerelease** | **Boolean** | Whether to change the prerelease status | [optional]
|
|
**tagName** | **String** | The new name of the git tag | [optional]
|
|
**targetCommitish** | **String** | The new target commitish for the release | [optional]
|