diff options
| author | Igor Minar | 2013-12-30 16:57:53 -0800 | 
|---|---|---|
| committer | Igor Minar | 2013-12-30 16:58:28 -0800 | 
| commit | d158dd131e3291e0da04863c3c9ed2ac5bdd19c1 (patch) | |
| tree | 2e1f75dcf2368fa4bb3f8c99541f016bb9c31da1 /scripts | |
| parent | 1147f21999edf9a434cd8d24865a6455e744d858 (diff) | |
| download | angular.js-d158dd131e3291e0da04863c3c9ed2ac5bdd19c1.tar.bz2 | |
chore(release.sh): push both the release commit and tag
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/jenkins/release.sh | 6 | 
1 files changed, 4 insertions, 2 deletions
| 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 | 
