Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 19, 2020
1 parent 27b3c45 commit 1e650d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then
exit 1
fi

RELEASE_BRANCH="master"
RELEASE_BRANCH="7.x"
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
VERSION=$1

Expand Down
2 changes: 1 addition & 1 deletion bin/split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -x

CURRENT_BRANCH="master"
CURRENT_BRANCH="7.x"

function split()
{
Expand Down

0 comments on commit 1e650d4

Please sign in to comment.