git_tag
List, create, or delete Git tags in a local repository. Specify a tag name, optional message for annotated tags, and set the delete flag to remove tags.
Instructions
List, create, or delete tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| name | No | Tag name. | |
| delete | No | Delete the tag. | |
| message | No | Create an annotated tag with this message. |