createTag
Create a new tag on a specific commit in a Bitbucket repository to mark important points in development history.
Instructions
Create a new tag in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| name | Yes | Name of the new tag | |
| target | Yes | ||
| message | No | Optional tag message |