gitee_create_tag
Create a new tag in a Gitee repository, specifying the tag name, source branch or commit, and optional annotation and release notes.
Instructions
Create a tag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| tag_name | Yes | Tag name | |
| refs | Yes | Source branch/commit SHA | |
| tag_message | No | Annotation message (creates annotated tag) | |
| body | No | Release notes for this tag |