create_tag
Generate a new tag in a GitHub repository by specifying the owner, repository name, reference, and SHA. Manage versioning and releases effectively.
Instructions
Create a new tag in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
owner | Yes | Repository owner (username or organization) | |
ref | Yes | The name of the fully qualified reference (e.g., refs/tags/v1.0.0) | |
repo | Yes | Repository name | |
sha | Yes | The SHA1 value to set this reference to |