github_release_info
Retrieve detailed information about a specific GitHub release version, including tag name, title, publication date, and release notes. Supports semantic versioning formats.
Instructions
Get detailed information about a specific GitHub release version. Supports semantic versioning formats (v1.0.0, @1.0.0, 1.0.0) and returns comprehensive release details including tag name, release title, publication date, and full release notes. Perfect for understanding what changed in a specific version or for documentation purposes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner | |
| package | No | Package name to filter releases for (e.g. 'astro', '@astrojs/vue'). If not provided, will match against all packages. | |
| version | Yes | The specific version to get information about (supports formats: v1.0.0, @1.0.0, 1.0.0) |