在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
release-local
// Run the local maintainer release flow for this Changesets-based pnpm monorepo.
$ git log --oneline --stat
stars:539
forks:92
updated:2026年4月3日 11:15
SKILL.md
// Run the local maintainer release flow for this Changesets-based pnpm monorepo.
| name | release-local |
| description | Run the local maintainer release flow for this Changesets-based pnpm monorepo. |
| disable-model-invocation | true |
Run the release workflow from RELEASING.md.
Guardrails:
main unless the user explicitly wants a dry run elsewhere.pnpm release:publish, because it publishes to npm, pushes the branch and tags to GitHub, and may require npm OTP entry.Workflow:
pnpm release:status and confirm there are pending changesets.pnpm version-packages.Release packages unless the user requests a different message.pnpm release:publish.HEAD.pnpm release:github after fixing the blocker.If publish fails because of npm auth, OTP, or missing release notes, stop, report the exact blocker, and do not keep mutating the repo.