copyediting
This commit is contained in:
parent
d76b0223d9
commit
e44b62d5a3
1 changed files with 7 additions and 6 deletions
|
@ -6,13 +6,14 @@ The Electron maintainers support the latest three release branches.
|
||||||
For example, if the latest release is 2.0.x, then the 2-0-x series
|
For example, if the latest release is 2.0.x, then the 2-0-x series
|
||||||
is supported, as are the two previous release series 1-7-x and 1-8-x.
|
is supported, as are the two previous release series 1-7-x and 1-8-x.
|
||||||
|
|
||||||
When a release branch reaches the end of its support cycle,
|
When a release branch reaches the end of its support cycle, the series
|
||||||
the series will be deprecated in NPM and a final end-of-support release
|
will be deprecated in NPM and a final end-of-support release will be
|
||||||
will be made. This release will add a console warning to inform that
|
made. This release will add a warning to inform that an unsupported
|
||||||
an unsupported version of Electron is in use.
|
version of Electron is in use.
|
||||||
|
|
||||||
These steps are to help app developers learn when a branch they're using
|
These steps are to help app developers learn when a branch they're
|
||||||
becomes unsupported, and to avoid being intrusive to end users.
|
using becomes unsupported, but without being excessively intrusive
|
||||||
|
to end users.
|
||||||
|
|
||||||
If an application has exceptional circumstances and needs to stay
|
If an application has exceptional circumstances and needs to stay
|
||||||
on an unsupported series of Electron, developers can silence the
|
on an unsupported series of Electron, developers can silence the
|
||||||
|
|
Loading…
Reference in a new issue