Skip to content

Commit

Permalink
doc: add policy for landing new npm releases
Browse files Browse the repository at this point in the history
This change in policy sets clear terms for when / how npm releases
can be landed into master and how long they are expected to bake in the
ecosystem. This is to cover all release types of npm including semver-major
releases.

What Node.js releases the updates land into are at the discretion of the
release team.
  • Loading branch information
MylesBorins committed Jul 9, 2018
1 parent 978d89f commit b1a3931
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/guides/maintaining-npm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Maintaining npm in Node.js

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.

Two weeks after the "latest" release has been promoted it can land on master
assuming no major regressions are found. There is no additional constraints
for Semver-Major releases.

The Node.js release streams the new version will land into are at the
discretion of the release and LTS teams.

This process only covers full updates to new versions of npm. Cherry-picked
changes can be reviewed and landed via the normal consensus seeking process.

## Step 1: Clone npm

```console
Expand Down

0 comments on commit b1a3931

Please sign in to comment.