mirror of https://github.com/rwf2/Rocket.git
Don't set master as current release.
This commit is contained in:
parent
7155ad229a
commit
8f2ee138ea
|
@ -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)
|
MAJOR_VERSION=$(echo "${VERSION}" | cut -d'.' -f1-2)
|
||||||
VIRTUAL_CODENAME="$(git branch --show-current)"
|
VIRTUAL_CODENAME="$(git branch --show-current)"
|
||||||
PHYSICAL_CODENAME="v${MAJOR_VERSION}"
|
PHYSICAL_CODENAME="v${MAJOR_VERSION}"
|
||||||
CURRENT_RELEASE=true
|
CURRENT_RELEASE=false
|
||||||
PRE_RELEASE=true
|
PRE_RELEASE=true
|
||||||
|
|
||||||
# A generated codename for this version. Use the git branch for pre-releases.
|
# A generated codename for this version. Use the git branch for pre-releases.
|
||||||
|
|
Loading…
Reference in New Issue