mirror of https://github.com/rwf2/Rocket.git
Don't set master as current release.
This commit is contained in:
parent
4dcd92837f
commit
05db80afbc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue