mirror of https://github.com/rwf2/Rocket.git
Set prelease config setting to true.
This commit is contained in:
parent
9a04cff9c0
commit
e81f6c8323
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue