release_notes
Extract git commits since the last tag and receive categorized changes with writing guidelines to draft App Store 'What's New' notes.
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) |