diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2023-06-01 08:27:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 08:27:54 -0400 |
| commit | 3f1b34c49820773b25b46091f7f05be88e0763f0 (patch) | |
| tree | 3d0b7ee3695c971534793fba854ac4ca8d84ad4a | |
| parent | 8d4eeb90268616eb712b45ae614ef287ce739b9a (diff) | |
| parent | b28e2c59dc5d447deff61ce5821bb070faaea9bc (diff) | |
Merge pull request #13652 from opensourcerouting/fix/drop_old_releases_from_the_table
doc: Update reference table for current and upcoming release dates
| -rw-r--r-- | doc/developer/workflow.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 28cf5d0ab1..65befaccba 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -166,15 +166,15 @@ as early as possible, i.e. the first 2-week window. For reference, the expected release schedule according to the above is: -+---------+------------+------------+------------+------------+------------+ -| Release | 2023-03-07 | 2023-07-04 | 2023-10-31 | 2024-02-27 | 2024-06-25 | -+---------+------------+------------+------------+------------+------------+ -| RC | 2023-02-21 | 2023-06-20 | 2023-10-17 | 2024-02-13 | 2024-06-11 | -+---------+------------+------------+------------+------------+------------+ -| dev/X.Y | 2023-02-07 | 2023-06-06 | 2023-10-03 | 2024-01-30 | 2024-05-28 | -+---------+------------+------------+------------+------------+------------+ -| freeze | 2023-01-24 | 2023-05-23 | 2023-09-19 | 2024-01-16 | 2024-05-14 | -+---------+------------+------------+------------+------------+------------+ ++---------+------------+------------+------------+ +| Release | 2023-07-04 | 2023-10-31 | 2024-02-27 | ++---------+------------+------------+------------+ +| RC | 2023-06-20 | 2023-10-17 | 2024-02-13 | ++---------+------------+------------+------------+ +| dev/X.Y | 2023-06-06 | 2023-10-03 | 2024-01-30 | ++---------+------------+------------+------------+ +| freeze | 2023-05-23 | 2023-09-19 | 2024-01-16 | ++---------+------------+------------+------------+ Here is the hint on how to get the dates easily: |
