diff mbox series

[ovs-dev,v2,1/2] Fix misleading release schedule.

Message ID 20200904135512.66645-1-mmichels@redhat.com
State Accepted
Headers show
Series [ovs-dev,v2,1/2] Fix misleading release schedule. | expand

Commit Message

Mark Michelson Sept. 4, 2020, 1:55 p.m. UTC
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 <mmichels@redhat.com>
---
 Documentation/internals/release-process.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

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