generate_change_summary
Compare two git refs to generate a categorized summary of changes, highlighting features, fixes, breaking changes, and config updates.
Instructions
Compare base and head git refs for a repository and generate a human-readable summary categorized by Features, Fixes, Breaking Changes, and Config Updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| base_ref | Yes | ||
| head_ref | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||