wiki-changelog
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWiki Changelog
Wiki 变更日志
Generate structured changelogs from git history.
从Git历史记录生成结构化变更日志。
When to Activate
激活场景
- User asks "what changed recently", "generate a changelog", "summarize commits"
- User wants to understand recent development activity
- 用户询问“最近有什么变更”、“生成变更日志”、“总结提交记录”
- 用户想要了解近期的开发活动
Procedure
操作流程
- Examine git log (commits, dates, authors, messages)
- Group by time period: daily (last 7 days), weekly (older)
- Classify each commit: Features (🆕), Fixes (🐛), Refactoring (🔄), Docs (📝), Config (🔧), Dependencies (📦), Breaking (⚠️)
- Generate concise user-facing descriptions using project terminology
- 检查Git日志(提交记录、日期、作者、提交信息)
- 按时间段分组:每日(过去7天)、每周(更早的记录)
- 对每个提交进行分类:新功能(🆕)、修复(🐛)、重构(🔄)、文档(📝)、配置(🔧)、依赖(📦)、破坏性变更(⚠️)
- 使用项目术语生成简洁的面向用户的描述
Constraints
约束条件
- Focus on user-facing changes
- Merge related commits into coherent descriptions
- Use project terminology from README
- Highlight breaking changes prominently with migration notes
- 聚焦于面向用户的变更
- 将相关提交合并为连贯的描述
- 使用README中的项目术语
- 突出显示破坏性变更并附带迁移说明