Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$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.