diff mbox series

[ovs-dev,2/2] Add 2020 and 2021 release calendars.

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

Commit Message

Mark Michelson Sept. 2, 2020, 1:58 p.m. UTC
In 2020, there were times where we started the release process later
than expected. Part of the reason why was that the actual release dates
for OVN were vague, meaning nobody really knew when we should start the
release process.

This attempts to remedy the problem by creating a calendar for releases
for 2020 and 2021. This way developers can know more easily when
releases are scheduled and prepare in advance better.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 Documentation/internals/release-process.rst | 27 +++++++++++++++++++++
 1 file changed, 27 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/internals/release-process.rst b/Documentation/internals/release-process.rst
index 0b378bf35..e17a2ef25 100644
--- a/Documentation/internals/release-process.rst
+++ b/Documentation/internals/release-process.rst
@@ -123,6 +123,33 @@  approximate:
 | T + 2.75      | Mar 29, Jun 29, ... | Release version x.y.0                |
 +---------------+---------------------+--------------------------------------+
 
+Release Calendar
+----------------
+
+The 2020 timetable is shown below. Note that these dates are not set in stone.
+If extenuating circumstances arise, a release may be delayed from its target
+date.
+
++---------+-------------+-----------------+---------+
+| Release | Soft Freeze | Branch Creation | Release |
++---------+-------------+-----------------+---------+
+| 20.12.0 | Nov 6       | Nov 20          | Dec 4   |
++---------+-------------+-----------------+---------+
+
+Below is the 2021 timetable
+
++---------+-------------+-----------------+---------+
+| Release | Soft Freeze | Branch Creation | Release |
++---------+-------------+-----------------+---------+
+| 21.03.0 | Feb 5       | Feb 19          | Mar 5   |
++---------+-------------+-----------------+---------+
+| 21.06.0 | May 7       | May 21          | Jun 4   |
++---------+-------------+-----------------+---------+
+| 21.09.0 | Aug 6       | Aug 20          | Sep 3   |
++---------+-------------+-----------------+---------+
+| 21.12.0 | Nov 5       | Nov 19          | Dec 3   |
++---------+-------------+-----------------+---------+
+
 Contact
 -------