Created
April 5, 2018 09:06
-
-
Save jacoor/fc96ed530c5ab17c2a1b109967aee642 to your computer and use it in GitHub Desktop.
Create a github release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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