ci(.github): 自动生成并发布 GitHub Release

- 新增 `.github/release.yml`,统一分类发布说明中的变更类型。
- 扩展 Docker 发布工作流,生成基于 tag 的发布说明并创建或更新 GitHub Release。
- 同步补充镜像列表、使用文档和回退逻辑,提升发布信息完整性。
This commit is contained in:
LanQin
2026-06-21 02:49:06 +08:00
parent e7e4f43691
commit 002c097def
2 changed files with 128 additions and 1 deletions
+34
View File
@@ -0,0 +1,34 @@
changelog:
exclude:
labels:
- skip-changelog
- ignore-for-release
categories:
- title: 🚨 破坏性变更
labels:
- breaking-change
- breaking change
- title: 🔒 安全更新
labels:
- security
- title: ✨ 新功能
labels:
- feature
- enhancement
- title: 🐛 问题修复
labels:
- bug
- fix
- title: 📚 文档
labels:
- documentation
- docs
- title: 🧰 工程维护
labels:
- chore
- ci
- dependencies
- refactor
- title: 其他更新
labels:
- "*"