# Installer github-release avec Homebrew, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install github-release
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:github-release
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.11.0
- **Résumé source:** Create and edit releases on Github (and upload artifacts)
- **Page d'accueil:** <https://github.com/github-release/github-release>
- **Dépôt:** <https://github.com/github-release/github-release>
- **Dernière mise à jour:** 2026-07-25T20:55:23-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- github-release (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

github-release is a Go command-line utility for creating, editing, deleting, inspecting, and uploading files to GitHub Releases. It belongs to the early generation of single-purpose release automation tools that wrapped GitHub's Releases API before GitHub's own CLI became the default tool for many workflows.

### Historique du projet

The project repository was created in January 2014, soon after GitHub exposed Releases as an API-backed feature. Its README framed the tool as a friendlier alternative to doing release and artifact work with raw HTTP requests, especially because uploads require resolving release identifiers before attaching files.

The project retained a narrow scope: tags and releases stay in GitHub, while the CLI handles the API calls needed to create release records, edit metadata, upload artifacts, and delete releases. Copyright notices in the README identify Nicolas Hillegeer for the original 2014-2017 period and Meter, Inc. for later maintenance.

### Historique d'adoption

github-release became useful in build scripts that produced binaries before GitHub Actions and the GitHub CLI were widely adopted. Its packaging in Homebrew and Nix reflects the role it played for developers who wanted a small standalone executable rather than a larger platform CLI.

The tool's continued packaging gives older CI and release scripts a stable command name. That matters for projects that still publish GitHub Release assets from Makefiles, shell scripts, or external CI systems.

### Modes d'utilisation

Practitioners use github-release by exporting a GitHub token, tagging and pushing a repository, then running subcommands such as `release`, `edit`, `upload`, `delete`, and `info`. The README also documents `GITHUB_API`, which lets the same workflow target a GitHub Enterprise API endpoint.

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

For package maintainers, github-release is notable because it automates the exact step that many package recipes depend on: publishing versioned binary artifacts on GitHub Releases. It is a compact example of a tool whose job is not building software, but making the release surface predictable enough for downstream package managers.

### Chronologie

- 2014: Repository created for a Go CLI around GitHub Releases.
- 2014: README examples show release creation, editing, artifact upload, deletion, and release inspection.
- 2020: Maintenance copyright notice added for Meter, Inc.
- 2025: v0.11.0 release published on GitHub.

### Related projects

- Related tools include GitHub's Releases API, GitHub Enterprise, GitHub CLI, and CI systems that publish build artifacts to GitHub Releases.

### Sources

- <https://api.github.com/repos/github-release/github-release>
- <https://formulae.brew.sh/formula/github-release>
- <https://github.com/github-release/github-release>
- <https://github.com/github-release/github-release/releases/tag/v0.11.0>
- <https://raw.githubusercontent.com/github-release/github-release/master/README.md>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Nix - github-release: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/github-release/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/github-release.yml](https://github.com/mxcl/pkgdb/blob/main/combined/github-release.yml)


## Sources

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