We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae805d commit 83a67afCopy full SHA for 83a67af
release/push.sh
@@ -3,5 +3,9 @@
3
#
4
# Run this after you've verified the results of merge.sh.
5
6
+set -euxo pipefail
7
+release=$RELEASE
8
+
9
git push --tags upstream master
10
git push upstream develop
11
+git push upstream release-"$release"
0 commit comments