sync_changelog
Syncs CHANGELOG.md with workflow information, following Keep a Changelog format. Automatically detects version from package.json and categorizes changes by feature type.
Instructions
Syncs CHANGELOG.md with workflow information. Follows Keep a Changelog format. Automatically detects version from package.json and categorizes changes based on feature type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | No | Entry text. Default: auto-generated from workflow | |
| version | No | Version to add entry for. Default: from package.json or [Unreleased] | |
| category | No | Change category. Default: auto-detected from workflow type | |
| workflow_id | No | Workflow ID to extract info from. Default: current workflow | |
| changelog_path | No | Path to CHANGELOG.md. Default: ./CHANGELOG.md |