From 0f9bb2662e6046f0c09a97294bd83cf3c5660bfa Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Feb 2020 12:30:24 -0500 Subject: [PATCH 1/2] doc: add link to sem-ver info --- doc/api/documentation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index c0733f266dd830..53908b3f6ae011 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -28,7 +28,7 @@ The stability indices are as follows: -> Stability: 1 - Experimental. The feature is not subject to Semantic Versioning +> Stability: 1 - Experimental. The feature is not subject to [Semantic Versioning][] > rules. Non-backward compatible changes or removal may occur in any future > release. Use of the feature is not recommended in production environments. @@ -59,6 +59,7 @@ to the corresponding man pages which describe how the system call works. Most Unix system calls have Windows analogues. Still, behavior differences may be unavoidable. +[Semantic Versioning]: https://semver.org/ [the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md [the issue tracker]: https://github.com/nodejs/node/issues/new [V8 JavaScript engine]: https://v8.dev/ From f8091be6517727a32d826c57cc5afe532389d13e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Feb 2020 14:25:43 -0500 Subject: [PATCH 2/2] fixup! doc: add link to sem-ver info --- doc/api/documentation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 53908b3f6ae011..468daa7b02d238 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -28,9 +28,10 @@ The stability indices are as follows: -> Stability: 1 - Experimental. The feature is not subject to [Semantic Versioning][] -> rules. Non-backward compatible changes or removal may occur in any future -> release. Use of the feature is not recommended in production environments. +> Stability: 1 - Experimental. The feature is not subject to +> [Semantic Versioning][] rules. Non-backward compatible changes or removal may +> occur in any future release. Use of the feature is not recommended in +> production environments.