Skip to content

Instantly share code, notes, and snippets.

@jacoor
Created April 5, 2018 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jacoor/fc96ed530c5ab17c2a1b109967aee642 to your computer and use it in GitHub Desktop.
Save jacoor/fc96ed530c5ab17c2a1b109967aee642 to your computer and use it in GitHub Desktop.
Create a github release
curl --data '{"tag_name": "'$TAG'","target_commitish": "'$PRODUCTION'","name": "'$TAG'","body": "","draft": false,"prerelease": false}' https://api.github.com/repos/:owner/:repository/releases?access_token=:your_access_token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment