update_release
Update a published GitHub release in place, correcting title, notes, draft, or prerelease status without wiping unspecified fields.
Instructions
Changes a published release in place. Only the fields supplied are sent, so correcting a title does not wipe the notes. make_latest is settable on create_release alone, to keep this signature inside the parameter budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Replacement notes. Omit to leave them alone | |
| name | No | Replacement title. Omit to leave it alone | |
| draft | No | ||
| tag_name | Yes | Tag of the release to change | |
| repo_name | Yes | ||
| prerelease | No | ||
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||