diff --git a/doc/contributing/backporting-to-release-lines.md b/doc/contributing/backporting-to-release-lines.md index a1449427cfd92a..407df93c7a12af 100644 --- a/doc/contributing/backporting-to-release-lines.md +++ b/doc/contributing/backporting-to-release-lines.md @@ -75,8 +75,8 @@ line. 5. Resolve conflicts using `git add` and `git cherry-pick --continue`. 6. Leave the commit message as is. If you think it should be modified, comment - in the pull request. The `Backport-PR-URL` metadata does need to be added to - the commit, but this will be done later. + in the pull request. Do not manually add a `Backport-PR-URL` metadata entry. + This is automatically added later. 7. Verify that `make -j4 test` passes.