You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/releases.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ PR-URL: <full URL to your release proposal PR>
253
253
254
254
This sets up the branch so that nightly builds are produced with the next version number _and_ a pre-release tag.
255
255
256
-
Merge your release branch into the stable branch that you are releasing from (not master).
256
+
Merge your release proposal branch into the stable branch that you are releasing from (e.g. `v8.x`), and rebase the corresponding staging branch (`v8.x-staging`) on top of that.
257
257
258
258
Cherry-pick the release commit to `master`. After cherry-picking, edit `src/node_version.h` to ensure the version macros contain whatever values were previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`.
0 commit comments