Generate Changelog
generate_changelogCompare an API specification version against its previous version to generate a structured Markdown changelog, keeping API documentation aligned with actual changes.
Instructions
Generate a structured changelog for a specification version by comparing it with the previous version. Returns a Markdown changelog. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Public ID (GUID) of the API specification | |
| versionId | Yes | Public ID (GUID) of the version to generate a changelog for |