update at 2025-10-09 15:19:06

This commit is contained in:
douboer
2025-10-09 15:19:07 +08:00
parent 52110c6024
commit bb131861ad
3 changed files with 65 additions and 1 deletions

View File

@@ -34,3 +34,5 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
## 维护指引
- 发布新版本:更新 `package.json` / `manifest.json` 的版本号;追加 `versions.json`;将当前 Unreleased 条目移动为新的版本号,并添加日期;再创建新的 Unreleased 模板。
- 提交信息建议:`feat: ...`, `fix: ...`, `docs: ...`, `refactor: ...` 等 Conventional Commits 风格。