mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
Add "RELEASE_NAME" to BUILD.md
This commit is contained in:
parent
fd6973bd0b
commit
b995d6d4d7
1 changed files with 4 additions and 2 deletions
6
BUILD.md
6
BUILD.md
|
@ -72,9 +72,11 @@ Where `/path/to/directory` is the path to a directory where you wish the build f
|
||||||
// The identifying tag of the release.
|
// The identifying tag of the release.
|
||||||
CMAKE_BACKTRACE_TOKEN
|
CMAKE_BACKTRACE_TOKEN
|
||||||
|
|
||||||
// The release version.
|
// The release version. e.g. 2021.3.2
|
||||||
RELEASE_NUMBER
|
RELEASE_NUMBER
|
||||||
// The build commit.
|
// The release name. e.g. Eos
|
||||||
|
RELEASE_NAME
|
||||||
|
// The build commit. e.g. Use a Git hash for the most recent commit in the branch: fd6973b
|
||||||
BUILD_NUMBER
|
BUILD_NUMBER
|
||||||
|
|
||||||
// The type of release.
|
// The type of release.
|
||||||
|
|
Loading…
Reference in a new issue