Skip to content

Commit

Permalink
Set prelease config setting to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Nov 21, 2023
1 parent 9a04cff commit e81f6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e81f6c8

Please sign in to comment.