From 8f2ee138ea78c6c5cf8c358d14242e006a97b0a8 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 26 Mar 2023 18:19:44 -0700 Subject: [PATCH] Don't set master as current release. --- scripts/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.sh b/scripts/config.sh index 9a3d8202..07c3ab65 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -58,7 +58,7 @@ VERSION=$(git grep -h "^version" "${CORE_LIB_ROOT}" | head -n 1 | cut -d '"' -f2 MAJOR_VERSION=$(echo "${VERSION}" | cut -d'.' -f1-2) VIRTUAL_CODENAME="$(git branch --show-current)" PHYSICAL_CODENAME="v${MAJOR_VERSION}" -CURRENT_RELEASE=true +CURRENT_RELEASE=false PRE_RELEASE=true # A generated codename for this version. Use the git branch for pre-releases.