macOS
brew install github-releaselocal Homebrew formula metadata
brew
Create and edit releases on Github (and upload artifacts). Version 0.11.0 via Homebrew; verified from local package data.
install
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
overview
Create and edit releases on Github (and upload artifacts)
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
github-release | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/github-release/github-release
install metadata
| Package key | brew:github-release |
|---|---|
| Version | 0.11.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/github-release |
| Homepage | https://github.com/github-release/github-release |
| Repository | https://github.com/github-release/github-release |
| Upstream docs | https://github.com/github-release/github-release#readme |
| License | MIT |
| Source archive | https://github.com/github-release/github-release/archive/refs/tags/v0.11.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
github-release
nix profile install nixpkgs#github-releasesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.