diff --git a/doc/contributing/maintaining-V8.md b/doc/contributing/maintaining-V8.md index f9ccdfe6ad6b2e..cfd9bd6b1379b0 100644 --- a/doc/contributing/maintaining-V8.md +++ b/doc/contributing/maintaining-V8.md @@ -15,20 +15,10 @@ releases, and discusses how the Node.js and V8 teams at Google can help. ## V8 release schedule V8 and Chromium follow a -[roughly 6-week release cadence][ChromiumReleaseCalendar]. At any given time -there are three V8 branches that are **active**. - -For example, at the time of this writing: - -* **Stable**: V8 5.4 is currently shipping as part of Chromium stable. This - branch was created approx. 6 weeks before from when V8 5.3 shipped as stable. -* **Beta**: V8 5.5 is currently in beta. It will be promoted to stable next; - approximately 6 weeks after V8 5.4 shipped as stable. -* **Master**: V8 tip-of-tree corresponds to V8 5.6. This branch gets regularly - released as part of the Chromium **canary** builds. This branch will be - promoted to beta next when V8 5.5 ships as stable. - -All older branches are abandoned and are not maintained by the V8 team. +[roughly 4-week release cadence][ChromiumReleaseCalendar]. At any given time +there are several V8 branches that are **active**, see the +[V8 release process](https://v8.dev/docs/release-process). All older branches +are abandoned and are not maintained by the V8 team. ### V8 merge process overview @@ -51,97 +41,8 @@ documented [on the V8 wiki][V8MergingPatching]. The summary of the process is: ## Node.js support requirements At any given time Node.js needs to be maintaining a few different V8 branches -for the various Current, LTS, and nightly releases. At present this list -includes the following branches:[^1] - -
Release - | -Support Start - | -Support End - | -V8 version - | -V8 branch released - | -V8 branch abandoned - | -
Node.js 4.x - | -2015-10-01 - | -April 2018 - | -4.5 - | -2015-09-01 - | -2015-10-13 - | -
Node.js 6.x - | -2016-04-01 - | -April 2019 - | -5.1 - | -2016-05-31 - | -2016-06-26 - | -
Node.js 8.x - | -2017-05-30 - | -December 2019 - | -6.1 (soon to be 6.2) - | -2017-10-17 (6.2) - | -~2017-12-05 (6.2) - | -
Node.js 9.x - | -2017-10-31 - | -April 2018 - | -6.2 - | -2017-10-17 - | -~2017-12-05 - | -
master - | -N/A - | -N/A - | -6.2 - | -2017-10-17 - | -~2017-12-05 - | -