Skip to content

Update Release guide

cc @nodejs/releasers

doc: update backport labels in release guide

Add backport-open-v1.x,backported-to-v1.x labels to branch-diff commands as these indicate pull requests that are being manually backported and should not be cherry-picked.

doc: fence command examples in release guide

Put the command examples for finding and replacing the REPLACEME tags into code fences so that they are more easily copiable when viewing the guide in the GitHub web UI.

doc: remove outdated ARM information from release guide

We no longer produced ARMv6 builds, and the ARMv7 builds are now cross compiled and are as quick as builds on the other platforms.

doc: move NODE_MODULE_VERSION in release guide

Move the section on NODE_MODULE_VERSION into the section for major releases as it should only be updated for a major release. Add a note to remove the -pre suffix from the registry for the release commit.

Merge request reports

Loading