Skip to content

Commit cdb83f4

Browse files
committed
docs: remove inaccurate EOL deprecation process (electron#48696)
1 parent 37130d8 commit cdb83f4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/tutorial/electron-timelines.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,3 @@ and that number is reduced to two in major version 10, the three-argument versio
121121
continue to work until, at minimum, major version 12. Past the minimum two-version
122122
threshold, we will attempt to support backwards compatibility beyond two versions
123123
until the maintainers feel the maintenance burden is too high to continue doing so.
124-
125-
### End-of-life
126-
127-
When a release branch reaches the end of its support cycle, the series
128-
will be deprecated in NPM and a final end-of-support release will be
129-
made. This release will add a warning to inform that an unsupported
130-
version of Electron is in use.
131-
132-
These steps are to help app developers learn when a branch they're
133-
using becomes unsupported, but without being excessively intrusive
134-
to end users.
135-
136-
If an application has exceptional circumstances and needs to stay
137-
on an unsupported series of Electron, developers can silence the
138-
end-of-support warning by omitting the final release from the app's
139-
`package.json` `devDependencies`. For example, since the 1-6-x series
140-
ended with an end-of-support 1.6.18 release, developers could choose
141-
to stay in the 1-6-x series without warnings with `devDependency` of
142-
`"electron": 1.6.0 - 1.6.17`.

0 commit comments

Comments
 (0)