release_notes
Turn git commits since the last tag into structured App Store 'What's New' copy, with categorized changes and writing guidelines.
Instructions
Extract git commits since last tag and return structured data for writing App Store 'What's New' text. Categorizes changes and provides writing guidelines. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_tag | No | Git tag to diff from (default: latest tag) | |
| max_commits | No | Max commits to include (default 50) | |
| project_path | No | Path to git project (default: current directory) |