mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-28 11:25:00 +00:00
* feat(ci): add AI-powered release notes generation - Add GitHub Models integration for automated release notes - Support bilingual (EN) release notes with highlights extraction - Fallback to conventional commit grouping when LLM unavailable - Trigger on tag push or manual workflow dispatch - Zero configuration: uses GitHub Models (gpt-4o-mini) by default * chore: pin action versions and update gitignore - Pin checkout and setup-deno to commit hashes matching project convention - Add .playwright-mcp/ and .mcp.json to gitignore
42 lines
757 B
Markdown
42 lines
757 B
Markdown
# SkillHub {{version}}
|
|
|
|
{{One-line summary of the key changes in this release}}
|
|
|
|
## 🌟 Highlights
|
|
|
|
- {{Highlight 1}}
|
|
- {{Highlight 2}}
|
|
- {{Highlight 3}}
|
|
|
|
## 🚨 Breaking Changes
|
|
|
|
⚠️ {{If any, describe impact and migration guide}}
|
|
|
|
## ✨ Features
|
|
|
|
- {{Feature description}} by @author in #PR
|
|
|
|
## 🐛 Bug Fixes
|
|
|
|
- {{Fix description}} by @author in #PR
|
|
|
|
## ⚡ Performance
|
|
|
|
- {{Performance improvement}} by @author in #PR
|
|
|
|
## 📚 Documentation
|
|
|
|
- {{Documentation changes}} by @author in #PR
|
|
|
|
## 🔧 Chore
|
|
|
|
- {{Maintenance work}} by @author in #PR
|
|
|
|
## 📖 Documentation
|
|
- Docs site: https://iflytek.github.io/skillhub/
|
|
|
|
## 👥 New Contributors
|
|
{{Keep as-is}}
|
|
|
|
**Full Changelog**: https://github.com/iflytek/skillhub/compare/{{prev_tag}}...{{tag}}
|
|
|