Skip to content

Commit 83a67af

Browse files
committed
tweak push.sh release script
1 parent fae805d commit 83a67af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release/push.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
#
44
# Run this after you've verified the results of merge.sh.
55
#
6+
set -euxo pipefail
7+
release=$RELEASE
8+
69
git push --tags upstream master
710
git push upstream develop
11+
git push upstream release-"$release"

0 commit comments

Comments
 (0)