bump-release

Installation
SKILL.md

Bump Release

Release one package or several packages with version bumps, changelog entries, commits, and tags. Supports single-package repos, workspace monorepos, regular releases, beta releases, and dry runs.

Arguments

  • packages: Optional monorepo package names or directories, such as evm or evm-safe. Omit in single-package repos.
  • version: Optional explicit semver, such as 2.0.0. Only valid for one target package.
  • --beta: Create or advance a -beta.X prerelease.
  • --dry-run: Preview the release plan without modifying files, committing, or tagging.

Fast Planner

Run the bundled planner before manual inspection. It is read-only and gives one JSON fact base for package discovery, previous tags, scoped changed files, dependency edges, and dirty-tree status. In pnpm workspaces, it uses pnpm list -r --depth -1 --json when available and falls back to local workspace-glob discovery. Bun and npm-style package.json workspaces use the local glob discovery, including negative workspace patterns.

Resolve <skill-dir> from the loaded SKILL.md path:

Installs
1.9K
GitHub Stars
65
First Seen
Feb 5, 2026
bump-release — paulrberg/agent-skills