We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1147f21 commit d158dd1Copy full SHA for d158dd1
1 file changed
scripts/jenkins/release.sh
@@ -32,8 +32,10 @@ cd `dirname $0`/../..
32
./scripts/jenkins/bump-increment.sh $BUMP_TYPE
33
34
echo "-- push to Github"
35
-# push to github
36
-git push --all
+# push the commits to github
+git push origin master
37
+# push the release tag
38
+git push origin v`cat build/version.txt`
39
40
# Update code.angularjs.org
41
./scripts/code.angularjs.org/publish.sh
0 commit comments