Loading...
Loading...
Generate structured, professional Release Notes / Changelog from a raw commit log. Automatically categorizes commits into Breaking Changes, Features, and Fixes. Trigger when the user asks to write release notes or a changelog based on provided text.
npx skill4agent add sunny0826/open-source-skills release-notescurlgh apihttps://github.com/.../compare/...https://api.github.com/...feat:fix:chore:BREAKING CHANGE:# Release Notes [Version/Date]
## 💥 Breaking Changes
*(Omit this section if there are no breaking changes)*
- **[Component]**: [Description of the breaking change] ([Commit Hash / PR Link])
## ✨ Features
- **[Component]**: [Description of the new feature] ([Commit Hash / PR Link])
- **[Component]**: [Description of the new feature] ([Commit Hash / PR Link])
## 🐛 Bug Fixes
- **[Component]**: [Description of the bug fix] ([Commit Hash / PR Link])
- **[Component]**: [Description of the bug fix] ([Commit Hash / PR Link])
---
*Generated by Claude Code*# 发版说明 (Release Notes) [版本号/日期]
## 💥 破坏性变更 (Breaking Changes)
*(如果没有破坏性变更,请省略此部分)*
- **[组件/模块]**: [破坏性变更的描述] ([Commit Hash / PR 链接])
## ✨ 新特性 (Features)
- **[组件/模块]**: [新特性的描述] ([Commit Hash / PR 链接])
- **[组件/模块]**: [新特性的描述] ([Commit Hash / PR 链接])
## 🐛 问题修复 (Bug Fixes)
- **[组件/模块]**: [修复问题的描述] ([Commit Hash / PR 链接])
- **[组件/模块]**: [修复问题的描述] ([Commit Hash / PR 链接])
---
*由 Claude Code 自动生成*feat(auth): add loginrefactor:chore:test: