Skip to main content
Run any Skill in Manus
with one click

openspeech-update

Stars6
Forks0
UpdatedMay 23, 2026 at 05:45

OpenSpeech 版本更新执行总入口(即 GitHub Release / OTA 推送链路)。当用户在 OpenSpeech 仓库说 「自动更新 / 推更新 / 给用户推更新 / 一键更新 / 让用户能收到更新 / 让线上的人能更新到 / 让桌面端弹出升级提示 / 触发 OTA / 触发自动更新 / 发版 / release / 发布新版本 / 打个新包 / 升级版本号 / bump / 提交并发版 / patch / minor / major / 推 tag / 全量发版 / src 下的也要发 / 前端也要推 npm / 推 npm / 发 npm 包 / publish frontend / 上一版前端没生效 / desktop 跑的还是老前端 / npm publish 401 / OTP / bypass 2FA」等任意一种意图时, **都触发本 skill**。涵盖完整流程:双仓顺序(src/ 私仓 pnpm publish → 主仓 bump frontend 依赖 → pnpm install)→ 提交累计改动 → 写 changelog → bump 版本号 → 推 tag → 监控 CI → publish draft Release,并讲清每步会动哪些文件、哪些步骤会真的影响生产(终端用户)。 **关键约束:前端 npm 包必须在后端 bump 之前发到 npm**,CI 跑 `pnpm install --frozen-lockfile` 时不会读 `src/` 目录,顺序搞反会发出空版本(0.2.39 那次的教训)。 不要凭印象 push tag——本 skill 列出的检查与确认动作必须按顺序跑完。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
7 files
SKILL.md
readonly