get_tag
Retrieve details of a specific Git tag, including its commit ID, message, creation date, and type, to find the commit associated with a release version.
Instructions
Get detailed information about a specific tag by name. Returns the tag name, tagged commit ID, message, creation date, and whether it's lightweight or annotated. Use this to find the commit associated with a release version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| project | Yes | Project alias | |
| tagName | Yes | Tag name |