git-tag
Create, list, delete, or show details of Git tags to manage release versions and milestones.
Instructions
Manage Git tags: create, list, delete, or show tag details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | The directory to run the command in (defaults to current working directory) | |
| action | No | The tag action to perform (list, create, delete, show) | |
| tagName | No | The name of the tag (required for create, delete, show actions) | |
| message | No | The tag message (optional for create action) |