We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b53339 commit 8247d93Copy full SHA for 8247d93
doc/contributing/releases.md
@@ -166,6 +166,13 @@ When landing the PR add the `Backport-PR-URL:` line to each commit. Close the
166
backport PR with `Landed in ...`. Update the label on the original PR from
167
`backport-requested-vN.x` to `backported-to-vN.x`.
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
176
To determine the relevant commits, use
177
[`branch-diff`](https://github.com/nodejs/branch-diff). The tool is available on
178
npm and should be installed globally or run with `npx`. It depends on our commit
0 commit comments