create_github_tag
Automatically creates a GitHub tag in a specified repository with a defined name and message, facilitating version control and release management.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | ||
repo_name | Yes | ||
repo_owner | Yes | ||
tag_name | Yes |