github-release

Create and edit GitHub releases with artifact uploads from CLI

brewmacoslinux
Try with needOr install directly
Source

About

Create and edit releases on Github (and upload artifacts)

Commands

github-release

Examples

Create a new release for a repository$ github-release release --user myusername --repo myrepo --tag v1.0.0 --name 'Version 1.0.0' --description 'Initial release'
Upload a binary artifact to an existing release$ github-release upload --user myusername --repo myrepo --tag v1.0.0 --name 'myapp-linux' --file ./build/myapp
List all releases for a repository$ github-release info --user myusername --repo myrepo