Get Release Summary
get_release_summaryCombine commits, pull requests, linked issues, and contributor statistics between two Git tags to produce a structured release context ready for AI release-note synthesis.
Instructions
Generate a structured release context object ready for AI synthesis into release notes. Combines commit data, PR metadata, linked issues, contributor list, and aggregate statistics for the range between two tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner (user or organization) | |
| to_tag | Yes | The new release tag or HEAD (head / newer ref) | |
| from_tag | Yes | The previous release tag (base / older ref) |