Skip to content

Commit e2a0eee

Browse files
committed
Fix base branch for v2 releases (#4720)
1 parent be6d1d4 commit e2a0eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ git commit -m "Update version ${SEM_VERSION}"
9292
git push origin $BRANCH_NAME
9393

9494
if [[ $SEM_VERSION =~ "alpha" || $SEM_VERSION =~ "beta" ]]; then
95-
BASE_BRANCH_NAME="main"
95+
BASE_BRANCH_NAME="lts/v2"
9696
else
9797
MAJOR=${SEM_VERSION%%.*}
9898
MINOR_TMP=${SEM_VERSION#*.}

0 commit comments

Comments
 (0)