gh_get_release
Retrieve detailed information about a specific GitHub release using the owner, repository, and release tag.
Instructions
Get details of a specific release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| repo | Yes | ||
| owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| name | No | ||
| isDraft | No | ||
| tagName | Yes | ||
| createdAt | No | ||
| publishedAt | No | ||
| isPrerelease | No |