Skip to content

Commit

Permalink
Fix misleading release schedule.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
putnopvut committed Sep 8, 2020
1 parent fc79d69 commit bfcc55a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/internals/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfcc55a

Please sign in to comment.