mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-31 05:42:15 +00:00
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
|
||||
true)
|
||||
CODENAME="${VIRTUAL_CODENAME}"
|
||||
DOC_VERSION="${CODENAME}-$(future_date)"
|
||||
DOC_VERSION="${VERSION}-$(future_date)"
|
||||
;;
|
||||
false)
|
||||
CODENAME="${PHYSICAL_CODENAME}"
|
||||
|
Loading…
Reference in New Issue
Block a user