create_tag
Create a new tag in a Bitbucket repository by specifying the repository slug, tag name, and target commit hash to mark specific code versions.
Instructions
Create a new tag in a repository.
Args: repo_slug: Repository slug (name) name: Name for the new tag target: Commit hash to tag workspace: Bitbucket workspace (optional if configured)
Returns: Created tag details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| name | Yes | ||
| target | Yes | ||
| workspace | No |