Run the local maintainer release flow for this Changesets-based pnpm monorepo.
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.