# bumpp mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bumpp in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:bumpp
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install bumpp
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bumpp
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/bu/bumpp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:bumpp
- **Paketmanager:** Homebrew
- **Version:** 12.1.1
- **Quellzusammenfassung:** Interactive CLI that bumps your version numbers and more
- **Homepage:** <https://github.com/antfu-collective/bumpp>
- **Zuletzt aktualisiert:** 2026-07-30T03:55:25Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- bumpp (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 12.1.1
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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`.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2020-07: First npm publication of the bumpp package line.
- 2021-09: 7.x releases continued the post-fork package series.
- 2022-06: 8.x releases followed in the npm registry timeline.
- 2026-03: v11.0.0 introduced a breaking Node requirement update.
- 2026-05: v11.1.0 fixed config and Git push edge cases.

### Related projects

- Related tools include `version-bump-prompt`, npm version, changesets, semantic-release, release-it, and conventional-changelog based release flows.

### Quellen

- <https://github.com/antfu-collective/bumpp>
- <https://github.com/antfu-collective/bumpp/releases>
- <https://raw.githubusercontent.com/antfu-collective/bumpp/main/README.md>
- <https://registry.npmjs.org/bumpp>


## Sicherheitshinweise

Für bumpp wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

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.


## Configuration files

- Unix: bump.config.ts
- Windows: bump.config.ts
## Andere Paketmanager-Einträge

- Nix - bumpp: normalized package name match | nixpkgs package indexes: pkgs/by-name/bu/bumpp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/bumpp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bumpp.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
