mirror of https://github.com/rwf2/Rocket.git
Use crate version in pre-release docs.
This commit is contained in:
parent
01436d2d24
commit
06455b6eb2
|
@ -65,7 +65,7 @@ PRE_RELEASE=true
|
||||||
case $PRE_RELEASE in
|
case $PRE_RELEASE in
|
||||||
true)
|
true)
|
||||||
CODENAME="${VIRTUAL_CODENAME}"
|
CODENAME="${VIRTUAL_CODENAME}"
|
||||||
DOC_VERSION="${CODENAME}-$(future_date)"
|
DOC_VERSION="${VERSION}-$(future_date)"
|
||||||
;;
|
;;
|
||||||
false)
|
false)
|
||||||
CODENAME="${PHYSICAL_CODENAME}"
|
CODENAME="${PHYSICAL_CODENAME}"
|
||||||
|
|
Loading…
Reference in New Issue