skillhub/.github/release-template.md
XiaoSeS 5bf8750658
feat(ci): add AI-powered release notes generation (#322)
* 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
2026-04-17 15:19:48 +08:00

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}}