create_tag
Add a tag to a GitHub commit, choosing between a lightweight reference or an annotated tag with a message for releases and milestones.
Instructions
Creates a new tag. With a message it is an annotated tag, which stores the message; without one it is a lightweight ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | Commit to tag. Omit to tag the newest commit on the default branch | |
| message | No | ||
| tag_name | Yes | ||
| repo_name | Yes | ||
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||