From de8155ebf22fd9ab8e1704e21eeb210f8de1b17e Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Fri, 6 Oct 2017 14:06:17 -0700 Subject: [PATCH] doc: include V8 commit URL in V8 backport guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use `Commit:` for the V8 commit, and `PR-URL:` for the Node PR URL. Refs: https://github.com/nodejs/node/pull/16053#issuecomment-334868621 PR-URL: https://github.com/nodejs/node/pull/16054 Reviewed-By: Michaƫl Zasso Reviewed-By: Colin Ihrig Reviewed-By: Evan Lucas Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- doc/guides/maintaining-V8.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/guides/maintaining-V8.md b/doc/guides/maintaining-V8.md index e57b73bcf91d3a..509686e7ef0e10 100644 --- a/doc/guides/maintaining-V8.md +++ b/doc/guides/maintaining-V8.md @@ -196,7 +196,8 @@ Original commit message: Review-Url: https://codereview.chromium.org/2159683002 Cr-Commit-Position: refs/heads/master@{#37833} -PR-URL: +Refs: https://github.com/v8/v8/commit/a51f429772d1e796744244128c9feeab4c26a854 +PR-URL: https://github.com/nodejs/node/pull/7833 ``` * Open a PR against the `v6.x-staging` branch in the Node.js repo. Launch the normal and [V8-CI](https://ci.nodejs.org/job/node-test-commit-v8-linux/) using the Node.js CI system. We only needed to backport to `v6.x` as the other LTS branches weren't affected by this bug.