macOS
brew install bumpplocal Homebrew formula metadata
brew
Interactive CLI that bumps your version numbers and more. Version 11.1.0 via Homebrew; verified 2026-05-08.
install
brew install bumpplocal Homebrew formula metadata
nix profile install nixpkgs#bumppnixpkgs package indexes · pkgs/by-name/bu/bumpp/package.nix · source: api.github.com
overview
Interactive CLI that bumps your version numbers and more
history
bumpp is an interactive JavaScript/TypeScript version-bump CLI for projects that want to bump package versions, commit, tag, push, and optionally run commands in one prompt-driven flow.
The README states that bumpp was forked from `version-bump-prompt` and renamed so users could run it directly as `npx bumpp`. The fork added confirmation before bumping, default commit/tag/push behavior, monorepo recursion, command execution hooks, Conventional Commits defaults, ESM and CJS bundles, and `bump.config.ts` support.
npm registry metadata shows the package appearing in July 2020 and continuing through major releases into 2026. The GitHub release feed shows v11.0.0 in March 2026 raising the Node requirement and v11.1.0 in May 2026 fixing CLI and Git push behavior.
bumpp gained traction in the Node and TypeScript tooling world because it fits the `npx`/`pnpm dlx` style of one-off release commands. It is especially convenient for package.json-based libraries and monorepos that want an interactive release bump without a larger release-management platform.
Developers usually run `bumpp` in a repository, choose the next version interactively, and let the tool update files, make a Git commit, create a tag, push changes, and run configured commands. Projects that need repeatable behavior can define options in `bump.config.ts`.
bumpp is a package-nerd tool because it automates the tiny but important ritual around npm releases: editing package metadata, producing Git tags, and making release commits predictable. Its design reflects modern JavaScript preferences for interactive CLIs, TypeScript config files, and monorepo-aware workflows.
security posture
No matching local secret-handling manifest was found for bumpp. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
bump.config.tsbump.config.tsexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bumpp | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/antfu-collective/bumpp
install metadata
| Package key | brew:bumpp |
|---|---|
| Version | 11.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bumpp |
| Homepage | https://github.com/antfu-collective/bumpp |
| Repository | https://github.com/antfu-collective/bumpp |
| Upstream docs | https://github.com/antfu-collective/bumpp#readme |
| License | MIT |
| Source archive | https://registry.npmjs.org/bumpp/-/bumpp-11.1.0.tgz |
| Last updated | 2026-05-08T11:48:11Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bumpp |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bumpp
nix profile install nixpkgs#bumppsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.