release_notes
Generate App Store 'What's New' text by extracting git commits since the last tag, categorizing changes, and providing structured data with 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to git project (default: current directory) | |
| since_tag | No | Git tag to diff from (default: latest tag) | |
| max_commits | No | Max commits to include (default 50) |