summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-11-07 19:57:46 -0800
committerRich Trott <rtrott@gmail.com>2019-11-09 20:11:31 -0800
commit5f9794ea9aaaf5597974a65460e1f3069f68475f (patch)
tree83d0c716762611be7c6c429e6a8a2a2966c952d9 /doc/guides
parentacd35d92750840f76a6c8bb4574a7b9fa3ca6b57 (diff)
downloadandroid-node-v8-5f9794ea9aaaf5597974a65460e1f3069f68475f.tar.gz
android-node-v8-5f9794ea9aaaf5597974a65460e1f3069f68475f.tar.bz2
android-node-v8-5f9794ea9aaaf5597974a65460e1f3069f68475f.zip
doc,meta: remove wait period for npm pull requests
Treat npm pull requests like all other pull requests. Remove special extended wait period for landing. PR-URL: https://github.com/nodejs/node/pull/30329 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/maintaining-npm.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/guides/maintaining-npm.md b/doc/guides/maintaining-npm.md
index 3be5528ad1..986c202bb1 100644
--- a/doc/guides/maintaining-npm.md
+++ b/doc/guides/maintaining-npm.md
@@ -4,10 +4,6 @@ New pull requests should be opened when a "next" version of npm has
been released. Once the "next" version has been promoted to "latest"
the PR should be updated as necessary.
-One week after the "latest" release has been promoted, it can land on master
-assuming no major regressions are found. There are no additional constraints
-for Semver-Major releases.
-
The specific Node.js release streams the new version will be able to land into
are at the discretion of the release and LTS teams.