Skip to content

Instantly share code, notes, and snippets.

@linki
Created August 19, 2015 13:01
Show Gist options
  • Save linki/a74a261c67137594ab98 to your computer and use it in GitHub Desktop.
Save linki/a74a261c67137594ab98 to your computer and use it in GitHub Desktop.
10285 brew install github-release hub hubflow
10287 brew home github-release
10321 github-release
10331 github-release info -u aktau -r gofinance
10332 github-release info -u linki -r hellogo
10336 github-release release --user linki --repo hellogo --tag v0.1.0 --name "first version it is" --description "yay" --pre-release
10339 github-release upload --user linki --repo hellogo --tag v0.1.0 --name "first version binary" --file bin/hello
10346 github-release upload --user linki --repo hellogo --tag v0.1.0 --file bin/hello.gz
10347 github-release upload --user linki --repo hellogo --tag v0.1.0 --name "hello.gz" --file bin/hello.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment