| name | changelog |
| scope | partial |
| description | [UDS] Generate and maintain CHANGELOG.md entries |
| allowed-tools | Read, Write, Grep, Bash(git log:*) |
| disable-model-invocation | true |
Changelog Assistant | 變更日誌助手
Generate and maintain CHANGELOG.md entries following the Keep a Changelog format.
根據 Keep a Changelog 格式產生和維護 CHANGELOG.md 條目。
Workflow | 工作流程
- Analyze git log - Read commit history since last release using
git log
- Categorize changes - Map commits to changelog categories
- Generate entries - Write user-friendly descriptions for each change
- Update CHANGELOG.md - Insert entries into the [Unreleased] or versioned section
Change Categories | 變更分類
| Category | When to Use | 使用時機 | Commit Types |
|---|
| Added | New features | 新功能 | feat |