mirror of https://github.com/docker/docs.git
Merge pull request #7090 from thaJeztah/update_nightly_version_scheme
Update version-format for nightly builds
This commit is contained in:
commit
0dfe50e072
|
|
@ -56,10 +56,15 @@ channel also receives patch releases when they become available.
|
||||||
### Nightly builds
|
### Nightly builds
|
||||||
|
|
||||||
Nightly builds are created once per day from the master branch. The version
|
Nightly builds are created once per day from the master branch. The version
|
||||||
number for nightly builds take the format `0.YYYYmmdd.HHMMSS`,
|
number for nightly builds take the format:
|
||||||
for example `0.20181231.093045`. These builds allow for testing from the
|
|
||||||
latest code on the master branch. No qualifications or guarantees are made
|
0.0.0-YYYYmmddHHMMSS-abcdefabcdef
|
||||||
for the nightly builds.
|
|
||||||
|
where the time is the commit time in UTC and the final suffix is the prefix
|
||||||
|
of the commit hash, for example `0.0.0-20180720214833-f61e0f7`.
|
||||||
|
|
||||||
|
These builds allow for testing from the latest code on the master branch. No
|
||||||
|
qualifications or guarantees are made for the nightly builds.
|
||||||
|
|
||||||
The release channel for these builds is called `nightly`.
|
The release channel for these builds is called `nightly`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue