From 3acd214ec9d08be235a12e9a5e854b6b1fc3c6b9 Mon Sep 17 00:00:00 2001 From: Sofia Nguy Date: Mon, 11 May 2020 14:53:36 -0700 Subject: [PATCH 1/3] docs: update 10.0 stable release date --- docs/tutorial/electron-timelines.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/tutorial/electron-timelines.md b/docs/tutorial/electron-timelines.md index 1ec7e22ce668c..2932c9abce4b0 100644 --- a/docs/tutorial/electron-timelines.md +++ b/docs/tutorial/electron-timelines.md @@ -7,12 +7,13 @@ | Version | -beta.1 | Stable | Chrome | Node | | ------- | ------- | ------ | ------ | ---- | -| 2.0.0 | 2018-02-21 | 2018-05-01 | M61 | v8 | -| 3.0.0 | 2018-06-21 | 2018-09-18 | M66 | v10 | -| 4.0.0 | 2018-10-11 | 2018-12-20 | M69 | v10 | -| 5.0.0 | 2019-01-22 | 2019-04-24 | M73 | v12 | -| 6.0.0 | 2019-05-01 | 2019-07-30 | M76 | v12 | -| 7.0.0 | 2019-08-01 | 2019-10-22 | M78 | v12 | -| 8.0.0 | 2019-10-24 | 2020-02-04 | M80 | v12 | -| 9.0.0 | 2020-02-06 | 2020-05-19 | M83 | v12 | -| 10.0.0 | TBD | TBD | TBD | TBD | +| 2.0.0 | 2018-02-21 | 2018-05-01 | M61 | v8.9 | +| 3.0.0 | 2018-06-21 | 2018-09-18 | M66 | v10.2 | +| 4.0.0 | 2018-10-11 | 2018-12-20 | M69 | v10.11 | +| 5.0.0 | 2019-01-22 | 2019-04-24 | M73 | v12.0 | +| 6.0.0 | 2019-05-01 | 2019-07-30 | M76 | v12.4 | +| 7.0.0 | 2019-08-01 | 2019-10-22 | M78 | v12.8 | +| 8.0.0 | 2019-10-24 | 2020-02-04 | M80 | v12.13 | +| 9.0.0 | 2020-02-06 | 2020-05-19 | M83 | v12.14 | +| 10.0.0 | 2020-05-21 | 2020-08-25 | M85 | v? | +| 11.0.0 | TBD | TBD | TBD| TBD | From 788bbaa9d2f2dfbdc5b13e523c7aeae49cd3442f Mon Sep 17 00:00:00 2001 From: Sofia Nguy Date: Mon, 11 May 2020 15:07:34 -0700 Subject: [PATCH 2/3] add bullet for reference to chrome's schedule --- docs/tutorial/electron-timelines.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/electron-timelines.md b/docs/tutorial/electron-timelines.md index 2932c9abce4b0..3032a457cfdcb 100644 --- a/docs/tutorial/electron-timelines.md +++ b/docs/tutorial/electron-timelines.md @@ -4,6 +4,7 @@ * We strive for weekly beta releases, however we often release more betas than scheduled. * All dates are our goals but there may be reasons for adjusting the stable deadline, such as security bugs. * Take a look at the [5.0.0 Timeline blog post](https://electronjs.org/blog/electron-5-0-timeline) for info about publicizing our release dates. +* Since Electron 6.0, we've been targetting every other Chromium version and releasing our stable on the same day as Chrome stable. You can reference Chromium's release schedule [here](https://chromiumdash.appspot.com/schedule). See [Electron's new release cadence blog post](https://www.electronjs.org/blog/12-week-cadence) for more details on our release schedule. | Version | -beta.1 | Stable | Chrome | Node | | ------- | ------- | ------ | ------ | ---- | From a5f29e64e8de0f662f239504953a3f6424d06339 Mon Sep 17 00:00:00 2001 From: Sofia Nguy Date: Mon, 18 May 2020 09:49:30 -0700 Subject: [PATCH 3/3] update node version --- docs/tutorial/electron-timelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/electron-timelines.md b/docs/tutorial/electron-timelines.md index 3032a457cfdcb..0f4ec2691a477 100644 --- a/docs/tutorial/electron-timelines.md +++ b/docs/tutorial/electron-timelines.md @@ -16,5 +16,5 @@ | 7.0.0 | 2019-08-01 | 2019-10-22 | M78 | v12.8 | | 8.0.0 | 2019-10-24 | 2020-02-04 | M80 | v12.13 | | 9.0.0 | 2020-02-06 | 2020-05-19 | M83 | v12.14 | -| 10.0.0 | 2020-05-21 | 2020-08-25 | M85 | v? | +| 10.0.0 | 2020-05-21 | 2020-08-25 | M85 | v12.x | | 11.0.0 | TBD | TBD | TBD| TBD |