# Installer cargo-release avec Homebrew, apk, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cargo-release pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

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

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:cargo-release
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.1.3
- **Résumé source:** Cargo subcommand release: everything about releasing a rust crate
- **Page d'accueil:** <https://github.com/crate-ci/cargo-release>
- **Dépôt:** <https://github.com/crate-ci/cargo-release>
- **Dernière mise à jour:** 2026-07-10T18:05:03Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cargo-release (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.1.3
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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
## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
