docs: update the release schedule with v6 info (#21435)

Fixes #20649

PR Close #21435
This commit is contained in:
Igor Minar 2018-01-09 21:34:13 -08:00 committed by Alex Eagle
parent 137b9c784c
commit 92984ba794
1 changed files with 18 additions and 30 deletions

View File

@ -17,7 +17,7 @@ In such case, we'll update this document accordingly.
The dates are just a guidance and might be adjusted slightly if necessary.
## Tentative Schedule Until September 2017
## Tentative Schedule Until April 2018
<!--
The table below is formatted so that it's easy to read and edit in both markdown and rendered html form.
@ -32,41 +32,28 @@ If you see undesirable wrapping issues in the rendered form, please copy&paste t
Week Of | Stable Release<br>(@latest npm tag) | Beta/RC Release<br>(@next npm tag) | Note
------------- | ----------------------------------- | ---------------------------------- | ---------------------
20170501   | 4.1.1                               | 4.2.0beta.0                       |
20170508   | 4.1.2                               | 4.2.0beta.1                       |
20170515   | 4.1.3                               | 4.2.0rc.0                         |
20170526   |                                    | 4.2.0rc.1                         |
20170601    |                                    | 4.2.0rc.2                         |
20170605   | 4.2.0                               |                                   | Minor Version Release
*20170609*  | 4.2.1                               |                        | *Regression Patch Release*
2017-06-12 | 4.2.2 | |
*2017-06-16*  | 4.2.3 | | *Regression Patch Release*
20170619   | 4.2.4                               | 4.3.0beta.0                       |
20170626   | 4.2.5                               | 4.3.0beta.1                       |
20170703   | 4.2.6                               | 4.3.0rc.0                         |
20170710   | 4.3.0                               | -                        | Minor Version Release
20170717   | 4.3.1                               | 5.0.0beta.0                       |
20170724   | 4.3.2                               | 5.0.0beta.1                       |
20170731   | 4.3.3                               | 5.0.0beta.2                       |
20170807   | 4.3.4                               | 5.0.0beta.3                       |
20170814    | 4.3.5                               | 5.0.0beta.4                       |
20170821   | 4.3.6                               | - |
20170828   | -                               | 5.0.0beta.5                       |
20170904   | -                                | 5.0.0beta.6                       |
20170911   | 4.4.0                               | 5.0.0-beta.7                       |
20170918   | 4.4.1                               | 5.0.0beta.8                       |
20170925   | 4.4.2                               | 5.0.0rc.0                         |
20171002   | 4.4.3                               | 5.0.0rc.1                         |
20171009   | 4.4.4                               | 5.0.0rc.2                         |
20171016  | 4.4.5                               | 5.0.0rc.3                         |
20171023  | 5.0.0                               |                                   | Major Version Release
2018-01-10   | 5.2.0                               | -                                  |
2018-01-17   | 5.2.1                               | 6.0.0beta.0                       |
2018-01-24   | 5.2.2                               | 6.0.0beta.1                       |
2018-01-31   | 5.2.3                               | 6.0.0beta.2                       |
2018-02-07   | 5.2.4                               | 6.0.0beta.3                       |
2018-02-14   | 5.2.5                               | 6.0.0beta.4                       |
2018-02-21   | 5.2.6                               | 6.0.0beta.5                       |
2018-02-28   | 5.2.7                               | 6.0.0beta.6                       |
2018-03-07   | 5.2.8                               | 6.0.0rc.0                         |
2018-03-14   | 5.2.9                               | 6.0.0rc.1                         |
2018-03-21   | 5.2.10                              | 6.0.0rc.2                         |
2018-03-28   | 6.0.0                               | -                                  | Major Release
2018-04-04   | 6.0.1                               | -                                  |
2018-04-11   | 6.0.2                               | -                                  |
2018-04-18   | -                                   | -                                  | [ng-conf](https://www.ng-conf.org/)
## Tentative Schedule After September 2017
Date | Stable Release | Compatibility`*`
---------------------- | -------------- | ----------------
March/April 2018 | 6.0.0 | ^5.0.0
September/October 2018 | 7.0.0 | ^6.0.0
March/April 2019 | 8.0.0 | ^7.0.0
`*` The primary goal of the backwards compatibility promise is to ensure that changes in the core framework and tooling don't break the existing ecosystem of components and applications and don't put undue upgrade/migration burden on Angular application and component authors.
@ -75,6 +62,7 @@ Week Of | Stable Release<br>(@latest npm tag) | Beta/RC Release<br>(@n
Version | LTS Start Date | LTS End Date
----------- | -------------- | ------------
^4.0.0 | October 2017 | October 2018
^6.0.0 | October 2018 | October 2019
In the long-term support state, only the critical fixes and security patches will be merged and released.