Create repository tag
create_tagCreate Git tags from branches, refs, or commit SHAs to mark release points, milestones, or specific versions in GitLab projects.
Instructions
Create a Git tag from a branch, ref, or commit SHA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| message | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| tag_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |