Skip to content

Commit 39ec40b

Browse files
authored
Merge pull request electron#11470 from electron/update-node-upgrade-doc
Update branching steps in upgrading-node.md
2 parents 781311a + 6f4e97c commit 39ec40b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/development/upgrading-node.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ So in short, the primary steps are:
3838

3939
## Updating Electron's Node [fork](https://github.com/electron/node)
4040

41-
1. Create a branch in https://github.com/electron/node: `electron-node-vX.X.X`
41+
1. Ensure that `master` on `electron/node` has updated release tags from `nodejs/node`
42+
2. Create a branch in https://github.com/electron/node: `electron-node-vX.X.X` where the base that you're branching from is the tag for the desired update
4243
- `vX.X.X` Must use a version of node compatible with our current version of chromium
43-
2. Re-apply our commits from the previous version of node we were using (`vY.Y.Y`) to `v.X.X.X`
44+
3. Re-apply our commits from the previous version of node we were using (`vY.Y.Y`) to `v.X.X.X`
4445
- Check release tag and select the range of commits we need to re-apply
4546
- Cherry-pick commit range:
4647
1. Checkout both `vY.Y.Y` & `v.X.X.X`

0 commit comments

Comments
 (0)