Set prelease config setting to true.

This commit is contained in:
Sergio Benitez 2023-11-18 21:13:54 +01:00
parent 9a04cff9c0
commit e81f6c8323
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ MAJOR_VERSION=$(echo "${VERSION}" | cut -d'.' -f1-2)
VIRTUAL_CODENAME="$(git branch --show-current)"
PHYSICAL_CODENAME="v${MAJOR_VERSION}"
CURRENT_RELEASE=false
PRE_RELEASE=false
PRE_RELEASE=true
# A generated codename for this version. Use the git branch for pre-releases.
case $PRE_RELEASE in