pnpm version patch # updates root package.json
pnpm -r exec "pnpm version patch" # or run per package (cli, core, test-utils, examples)
pnpm lint
pnpm -w test:ci
test:ci runs pnpm run build && vitest run --reporter=dot, ensuring no interactive prompts stall the release.pnpm -r --filter ./docs/oplink-docs dev # optional local preview
npm publish
npm publish --tag alpha
After publishing, confirm that npx oplink@latest pulls the correct version. Thank you for helping ensure OPLINK remains robust and up-to-date.