gitea_create_tag
Create a new tag in a Gitea repository at a specific commit to mark releases or important milestones in version control.
Instructions
[UNIFIED] Create a new tag in a Gitea repository at specific commit.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| tag_name | Yes | ||
| message | No | ||
| target | No |