create_tag
Create a new tag in a GitLab project by specifying the project, tag name, and source branch or commit SHA. Optionally add an annotation message and release notes.
Instructions
Create a new tag in a GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| tag_name | No | Tag name | |
| ref | No | Branch/commit SHA to create tag from | |
| message | No | Annotation message for annotated tag | |
| release_description | No | Release notes |