a522da3935
There is a better maintained script in node-code-utils which properly bumps the version numbers for each of the LTS branches, which is more useful. Node collaborators also use this script, so it will make backports more uniform. Change-Id: If5449b8a801c4bd14f39d59b7af52cc959989be7 Reviewed-on: https://chromium-review.googlesource.com/c/1328927 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#57393}
13 lines
479 B
Markdown
13 lines
479 B
Markdown
# Node.js Backports
|
|
|
|
We no longer maintain our own backport script.
|
|
|
|
For backporting V8 changes to Node.js, there is a useful script in
|
|
[node-core-utils][1]. You can use the `git node v8 backport` command, which will
|
|
bump the necessary V8 version numbers depending on the specific branch.
|
|
|
|
See the [Node.js documentation][2] on V8 backports for a guide.
|
|
|
|
[1]: https://github.com/nodejs/node-core-utils
|
|
[2]: https://github.com/nodejs/node/blob/master/doc/guides/maintaining-V8.md
|