Skip to content

Commit

Permalink
Merge pull request #2096 from erwinmombay/update-release-script
Browse files Browse the repository at this point in the history
add a copy pastable line
  • Loading branch information
erwinmombay committed Feb 18, 2016
2 parents c672017 + 143f7f1 commit 6d3ad24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-system/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ and merge would have exited with \"Already-up-to-date.\"
cd ${MERGE_FOLDER}
https push:
https push (needs auth login entry):
git push https://github.com/ampproject/amphtml.git canary
git push https://github.com/ampproject/amphtml.git release
ssh push:
git push git@github.com:ampproject/amphtml.git canary
git push git@github.com:ampproject/amphtml.git release
single line ssh push (if both branches can be pushed):
cd ${MERGE_FOLDER} && git push git@github.com:ampproject/amphtml.git canary && git push git@github.com:ampproject/amphtml.git release
"

0 comments on commit 6d3ad24

Please sign in to comment.