# cargo-release を Homebrew, apk, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:cargo-release
```

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

### macOS

- Homebrew (100%):

```sh
brew install cargo-release
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add cargo-release
```

  証拠: Alpine Linux edge package indexes: cargo-release from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#cargo-release
```

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

- pacman (92%):

```sh
sudo pacman -S cargo-release
```

  証拠: Arch Linux sync databases: cargo-release from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:cargo-release
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.1.3
- **ソース概要:** Cargo subcommand release: everything about releasing a rust crate
- **ホームページ:** <https://github.com/crate-ci/cargo-release>
- **リポジトリ:** <https://github.com/crate-ci/cargo-release>
- **最終更新:** 2026-07-10T18:05:03Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cargo-release (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

cargo-release is a Cargo subcommand that wraps common Rust crate release tasks such as validation, version bumps, changelog replacements, publishing, tagging, and pushing.

### プロジェクトの歴史

The crate was first published on crates.io in March 2016, the same month the GitHub repository was created. Its README frames the tool as an extension of cargo publish with release-management defaults, while the reference documents a step-based CLI and configuration model.

### 採用の歴史

The tool has long-running crates.io distribution, with 146 versions reported by the crates.io API and v1.1.2 current in 2026. Batch package facts list it in Homebrew, Alpine, Nix, and Arch, indicating use outside direct cargo install workflows.

### 使われ方

The default mode is a dry run: users run cargo release [level] to preview changes and add --execute to perform the release. The reference lists steps for changes, version, replace, hook, commit, publish, owner, tag, push, and config.

### パッケージ好きにとっての重要性

It matters to Rust package maintainers because crate releases are multi-step and easy to get subtly wrong; cargo-release centralizes version policy, workspace dependency updates, publishing, and git tagging in a reproducible Cargo-native workflow.

### タイムライン

- 2016: First crates.io release and GitHub repository creation.
- 2025: v0.25.x releases continued before the 1.x line.
- 2026: crates.io and GitHub releases reported v1.1.2 as current.

### Related projects

- README lists related release tools including release-pr Action, cargo-smart-release, cargo-set-version, cargo-unleash, release-plz, and cargo-workspaces.
- cargo publish and git are prerequisites or delegated tools in the documented workflow.

### ソース

- <https://api.github.com/repos/crate-ci/cargo-release>
- <https://github.com/crate-ci/cargo-release>
- <https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md>
- <https://github.com/crate-ci/cargo-release#readme>
- <https://crates.io/api/v1/crates/cargo-release>
- <https://formulae.brew.sh/api/formula/cargo-release.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


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

- Linux: ~/.config/cargo-release/release.toml
- macOS: ~/Library/Application Support/cargo-release/release.toml
- Unix: $CRATE/Cargo.toml ([package.metadata.release]), $CRATE/release.toml, $WORKSPACE/Cargo.toml ([workspace.metadata.release]), $WORKSPACE/release.toml, ~/.release.toml
- Windows: %FOLDERID_RoamingAppData%/cargo-release/release.toml
## 他のパッケージマネージャ記録

- Nix - cargo-release: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cargo-release/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - cargo-release - 1.1.3-r0: normalized package name match | Alpine Linux edge package indexes: cargo-release from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Everything about releasing a rust crate | https://github.com/crate-ci/cargo-release
- pacman - cargo-release - 1.1.3-1: normalized package name match | Arch Linux sync databases: cargo-release from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Cargo subcommand "release": everything about releasing a rust crate | https://github.com/crate-ci/cargo-release


## Combined YAML source

View the package source record on GitHub. [combined/cargo-release.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cargo-release.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
