Skip to content

Instantly share code, notes, and snippets.

@haisum
Created November 2, 2016 22:46
Show Gist options
  • Save haisum/a32c9d473e012774eeecc87bd91facdf to your computer and use it in GitHub Desktop.
Save haisum/a32c9d473e012774eeecc87bd91facdf to your computer and use it in GitHub Desktop.
Create and upload github releases
go get github.com/aktau/github-release
echo "export GITHUB_TOKEN=$1" >> ~/.bash_profile;
git tag v0.0
git push --tags
github-release.exe -v release --repo focusedu --user haisum -t v0.0 -d "Static file server"
github-release.exe -v upload --repo focusedu --user haisum -t v0.0 -n focusedu.exe -f focusedu.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment