mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(release.sh): push both the release commit and tag
This commit is contained in:
parent
1147f21999
commit
d158dd131e
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue