| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,6 +166,13 @@ When landing the PR add the `Backport-PR-URL:` line to each commit. Close the | |||
| 166 | 166 | backport PR with `Landed in ...`. Update the label on the original PR from | |
| 167 | 167 | `backport-requested-vN.x` to `backported-to-vN.x`. | |
| 168 | 168 | ||
| 169 | + You can add the `Backport-PR-URL` metadata by using `--backport` with | ||
| 170 | + `git node land` | ||
| 171 | + | ||
| 172 | + ```console | ||
| 173 | + $ git node land --backport $PR-NUMBER | ||
| 174 | + ``` | ||
| 175 | + | ||
| 169 | 176 | To determine the relevant commits, use | |
| 170 | 177 | [`branch-diff`](https://github.com/nodejs/branch-diff). The tool is available on | |
| 171 | 178 | npm and should be installed globally or run with `npx`. It depends on our commit | |
| Back | FazBrowse Home | New Git URL |
0 commit comments