Generate release notes
generate_release_notesGenerate release notes from API spec changes, grouped by breaking changes, additions, and other changes, tailored to developers, customers, or internal teams.
Instructions
Generates release notes (markdown) for an API spec change, grouped into breaking changes, additions, and other changes, tailored to an audience. Analyzes API contract compatibility only; it does NOT modify code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audience | No | ||
| baseSpecPath | No | Path to the base (old) spec file. | |
| targetSpecPath | No | Path to the target (new) spec file. | |
| baseSpecContent | No | Inline base (old) spec content. | |
| targetSpecContent | No | Inline target (new) spec content. |