Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jettbow committed Sep 25, 2017
1 parent f3f15ef commit 06dc5ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions merge-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ git push origin dev
git checkout master
git merge "$1"
git push origin master
#git tag -a "$2" -m '"$2"'
#git push origin "$2"

curl -H "Content-Type: application/json" -X POST -d '{"tag_name":""$2"","target_commitish": "master","name": ""$2"","body": "","draft": false,"prerelease": false}' https://github.com/jettbow/PublishTest/releases
git tag -a "$2" -m '"$2"'
git push origin "$2"
open https://github.com/jettbow/PublishTest/releases/new?tag="$2"

0 comments on commit 06dc5ad

Please sign in to comment.