macOS
brew install github-releaselocal Homebrew formula metadata
brew
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
brew install github-releaselocal Homebrew formula metadata
nix profile install nixpkgs#github-releasenixpkgs package indexes · pkgs/by-name/gi/github-release/package.nix · Source: api.github.com
aperçu
Create and edit releases on Github (and upload artifacts)
historique
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.
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.
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.
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.
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.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
github-release | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/github-release/github-release
métadonnées d'installation
| Clé du paquet | brew:github-release |
|---|---|
| Version | 0.11.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/github-release |
| Page d'accueil | https://github.com/github-release/github-release |
| Dépôt | https://github.com/github-release/github-release |
| Docs amont | https://github.com/github-release/github-release#readme |
| Licence | MIT |
| Archive source | https://github.com/github-release/github-release/archive/refs/tags/v0.11.0.tar.gz |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | github-release |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
github-release
nix profile install nixpkgs#github-releasepiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.