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 be6d1d4 commit e2a0eeeCopy full SHA for e2a0eee
scripts/update-version.sh
@@ -92,7 +92,7 @@ git commit -m "Update version ${SEM_VERSION}"
92
git push origin $BRANCH_NAME
93
94
if [[ $SEM_VERSION =~ "alpha" || $SEM_VERSION =~ "beta" ]]; then
95
- BASE_BRANCH_NAME="main"
+ BASE_BRANCH_NAME="lts/v2"
96
else
97
MAJOR=${SEM_VERSION%%.*}
98
MINOR_TMP=${SEM_VERSION#*.}
0 commit comments