bump-release
Installation
SKILL.md
Bump Release
Support for both regular and beta releases, in single-package repos and monorepos. A single invocation may release one package or several.
Parameters
packages: Optional list of monorepo package directories or names to release (e.g.,evm evm-safe). Omit in single-package reposversion: Optional explicit version to use (e.g.,2.0.0). When provided, skips automatic version inference. Only valid when releasing a single package--beta: Create a beta release with-beta.Xsuffix--dry-run: Preview the release without making any changes (no file modifications, commits, or tags)
Repo Layout and Package Selection
The user may run this skill in a single-package repo or in a monorepo (e.g., ~/projects/prb-effect, whose workspaces include evm, evm-safe, next, solana, xstate), and may request releases for multiple packages at once (e.g., "bump evm and evm-safe").