Create and edit GitHub releases with artifact uploads from CLI
Create and edit releases on Github (and upload artifacts)
github-release$ github-release release --user myusername --repo myrepo --tag v1.0.0 --name 'Version 1.0.0' --description 'Initial release'$ github-release upload --user myusername --repo myrepo --tag v1.0.0 --name 'myapp-linux' --file ./build/myapp$ github-release info --user myusername --repo myrepo