Quick Start
Installation
Section titled “Installation”npm i -g pubmSingle Package Workflow
Section titled “Single Package Workflow”# Create a changeset describing your changespubm add
# Consume changesets, bump version, generate changelogpubm version
# Publish to configured registriespubm patchPreview Before Publishing
Section titled “Preview Before Publishing”# See what would happen without side effectspubm patch --previewMonorepo
Section titled “Monorepo”pubm detects pnpm, yarn, and npm workspaces automatically. Packages are published in dependency order.
# Same commands — pubm handles workspace discoverypubm addpubm versionpubm patchPre-releases and Snapshots
Section titled “Pre-releases and Snapshots”# Enter pre-release modepubm pre enter betapubm version # → 1.2.0-beta.0, 1.2.0-beta.1, ...pubm pre exit
# One-off snapshot releasespubm snapshot # → 0.0.0-snapshot-20260309T123456Multi-Registry
Section titled “Multi-Registry”pubm patch --registry npm,jsr,https://registry.example.com