Skip to content

Commit a00c523

Browse files
Fixed current branch variable
1 parent 8ac8d08 commit a00c523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ then
1010
exit 1
1111
fi
1212

13-
RELEASE_BRANCH="8.x"
13+
RELEASE_BRANCH="master"
1414
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
1515
VERSION=$1
1616

bin/split.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
set -x
55

6-
CURRENT_BRANCH="8.x"
6+
CURRENT_BRANCH="master"
77

88
function split()
99
{

0 commit comments

Comments
 (0)