create_release_tag
Create a release tag to mark a version, attach optional notes, commit hash, and git tag. Ensures version is unique in the workspace.
Instructions
Create a release tag (version marker). Version must be unique in the workspace.
Args: version: Version string, e.g. "v1.2.0" description: Optional notes about the version commit_hash: Git commit the version was cut from git_tag: Corresponding git tag name
Returns: The created ReleaseTag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git_tag | No | ||
| version | Yes | ||
| 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 |