Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 05:09
· 12 commits to main since this release
ci(release): 重构发布流程并新增版本校验脚本

- 将 CI 改为可复用 workflow,供发布管道调用
- 新增 `check-release-version.py`,校验 tag 与各包版本一致性
- 添加 `release-config` 前置 job,校验 tag 与必需 secrets
- 更新 Node 版本至 24,npm install 改为 npm ci