Skip to content

Commit c9784e4

Browse files
committed
Update version-format for nightly builds
The version-format slightly changed, but the change got merged just after this document was published. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 146a8ae commit c9784e4

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

install/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,15 @@ channel also receives patch releases when they become available.
5656
### Nightly builds
5757

5858
Nightly builds are created once per day from the master branch. The version
59-
number for nightly builds take the format `0.YYYYmmdd.HHMMSS`,
60-
for example `0.20181231.093045`. These builds allow for testing from the
61-
latest code on the master branch. No qualifications or guarantees are made
62-
for the nightly builds.
59+
number for nightly builds take the format:
60+
61+
0.0.0-YYYYmmddHHMMSS-abcdefabcdef
62+
63+
where the time is the commit time in UTC and the final suffix is the prefix
64+
of the commit hash, for example `0.0.0-20180720214833-f61e0f7`.
65+
66+
These builds allow for testing from the latest code on the master branch. No
67+
qualifications or guarantees are made for the nightly builds.
6368

6469
The release channel for these builds is called `nightly`.
6570

0 commit comments

Comments
 (0)