create_tag
Create a new tag in a Bitbucket repository to mark specific commits or branches with version labels like v1.0.0, supporting optional annotated tag messages.
Instructions
Create a new tag in a repository.
Args:
repo_slug: Repository slug
name: Tag name (e.g., "v1.0.0")
target: Commit hash or branch name to tag
message: Optional tag message (for annotated tags)
Returns:
Created tag infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| name | Yes | ||
| target | Yes | ||
| message | No |