update_release_tag
Update a release tag by ID, modifying only the specified fields such as version, description, commit hash, or git tag. Pass the tag ID and any fields to change to get the updated tag.
Instructions
Update a release tag by ID. Only the fields you pass are changed.
Args: tag_id: UUID of the release tag version: Version string, e.g. "v1.2.0" description: Notes about the version commit_hash: Git commit the version was cut from git_tag: Corresponding git tag name
Returns: The updated ReleaseTag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ||
| git_tag | No | ||
| version | No | ||
| commit_hash | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| color | No | ||
| git_tag | No | ||
| version | No | ||
| workspace | No | ||
| created_at | No | ||
| sort_order | No | ||
| updated_at | No | ||
| commit_hash | No | ||
| description | No |