Get Release Summary
get_release_summaryGenerates a structured release context by combining commits, pull requests, linked issues, contributors, and statistics between two tags for AI-ready release notes.
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) |