There were three problems: * It was not made very clear that the dates in the table were examples only. * The time period per release only added up to ~2 months, not 3. * The example dates did not agree with the stated time period for branch creation.
This commit should fix all three issues. Signed-off-by: Mark Michelson <[email protected]> --- Documentation/internals/release-process.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/internals/release-process.rst b/Documentation/internals/release-process.rst index 73a8f6bba..9cea5277f 100644 --- a/Documentation/internals/release-process.rst +++ b/Documentation/internals/release-process.rst @@ -112,15 +112,15 @@ OVN makes releases at the following three-month cadence. All dates are approximate: +---------------+---------------------+--------------------------------------+ -| Time (months) | Dates | Stage | +| Time (months) | Example Dates | Stage | +---------------+---------------------+--------------------------------------+ -| T | Jan 1, Apr 1, ... | Begin x.y release cycle | +| T | Dec 1, Mar 1, ... | Begin x.y release cycle | +---------------+---------------------+--------------------------------------+ -| T + 1 | Feb 1, May 1, ... | "Soft freeze" master for x.y release | +| T + 2 | Feb 1, May 1, ... | "Soft freeze" master for x.y release | +---------------+---------------------+--------------------------------------+ -| T + 1.5 | Feb 8, May 8, ... | Fork branch-x.y from master | +| T + 2.5 | Feb 15, May 15, ... | Fork branch-x.y from master | +---------------+---------------------+--------------------------------------+ -| T + 1.75 | Feb 22, May 22, ... | Release version x.y.0 | +| T + 3 | Mar 1, Jun 1, ... | Release version x.y.0 | +---------------+---------------------+--------------------------------------+ Contact -- 2.25.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
