chore(release.sh): push both the release commit and tag

This commit is contained in:
Igor Minar 2013-12-30 16:57:53 -08:00
parent 1147f21999
commit d158dd131e

View file

@ -32,8 +32,10 @@ cd `dirname $0`/../..
./scripts/jenkins/bump-increment.sh $BUMP_TYPE
echo "-- push to Github"
# push to github
git push --all
# push the commits to github
git push origin master
# push the release tag
git push origin v`cat build/version.txt`
# Update code.angularjs.org
./scripts/code.angularjs.org/publish.sh