-
Notifications
You must be signed in to change notification settings - Fork 879
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
## Long Term Support | ||
<a id="lts"></a> | ||
|
||
Pino's Long Term Support (LTS) is tied to the | ||
[Node.js LTS policy](https://github.com/nodejs/Release). Major versions of | ||
Pino, "X" releases in X.Y.Z of [semantic versioning][semver] nomenclature, will | ||
Pino's Long Term Support (LTS) is tied to the [Node.js LTS policy]. | ||
Major versions of Pino, "X" releases in X.Y.Z of [semantic versioning] nomenclature, will | ||
be issued as close as possible to the release of a new major LTS release of | ||
Node.js (subject to the Pino maintainers's capacity). Pino makes no guarantees | ||
as to the operability of the library on unsupported releases of Node.js. | ||
|
||
Pino will not remove support for a deprecated Node.js release via a minor, | ||
or patch, release of Pino. | ||
|
||
[semantic versioning]: https://semver.org/ | ||
[Node.js LTS policy]: https://github.com/nodejs/Release |