Merge pull request #11253 from electron/fix-a-codeblock-in-the-upgrading-node-md
Fix a codeblock markup
This commit is contained in:
commit
d1ac773e01
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ We need to generate a patch file from each patch applied to V8.
|
||||||
- `git commit patches/v8/`
|
- `git commit patches/v8/`
|
||||||
8. Update `patches/v8/README.md` with references to all new patches that have been added so that the next person will know which need to be removed.
|
8. Update `patches/v8/README.md` with references to all new patches that have been added so that the next person will know which need to be removed.
|
||||||
9. Update Electron's submodule references:
|
9. Update Electron's submodule references:
|
||||||
- ```sh
|
```sh
|
||||||
cd electron/vendor/node
|
cd electron/vendor/node
|
||||||
electron/vendor/node$ git fetch
|
electron/vendor/node$ git fetch
|
||||||
electron/vendor/node$ git checkout electron-node-vA.B.C
|
electron/vendor/node$ git checkout electron-node-vA.B.C
|
||||||
|
|
Loading…
Reference in a new issue