# bumpp を Homebrew, Nix でインストール

bumpp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install bumpp
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## パッケージ情報

- **パッケージキー:** brew:bumpp
- **パッケージマネージャ:** Homebrew
- **バージョン:** 12.1.1
- **ソース概要:** Interactive CLI that bumps your version numbers and more
- **ホームページ:** <https://github.com/antfu-collective/bumpp>
- **最終更新:** 2026-07-30T03:55:25Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bumpp (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 12.1.1
## プロジェクトの歴史と使われ方

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.

### タイムライン

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

### ソース

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


## セキュリティノート

bumpp に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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
## 他のパッケージマネージャ記録

- 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)


## ソース

- 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
