Skip to content

Commit

Permalink
chore(release.sh): push both the release commit and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Dec 31, 2013
1 parent 1147f21 commit d158dd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/jenkins/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d158dd1

Please sign in to comment.