From d158dd131e3291e0da04863c3c9ed2ac5bdd19c1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 30 Dec 2013 16:57:53 -0800 Subject: chore(release.sh): push both the release commit and tag --- scripts/jenkins/release.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/jenkins/release.sh') diff --git a/scripts/jenkins/release.sh b/scripts/jenkins/release.sh index e3d3a708..c0bb49c0 100755 --- a/scripts/jenkins/release.sh +++ b/scripts/jenkins/release.sh @@ -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 -- cgit v1.2.3