merge_request.md: Clarify how to find release branch on Chromium Dash
Bug: None
Change-Id: Ia5e57e9414e2160ed8c2e60564f63516620ef70e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3287144
Auto-Submit: Michael Cui <[email protected]>
Reviewed-by: Alex Mineer <[email protected]>
Reviewed-by: Srinivas Sista <[email protected]>
Commit-Queue: Srinivas Sista <[email protected]>
Cr-Commit-Position: refs/heads/main@{#970881}
diff --git a/docs/process/merge_request.md b/docs/process/merge_request.md
index 12d82dc..ce2499b 100644
--- a/docs/process/merge_request.md
+++ b/docs/process/merge_request.md
@@ -164,7 +164,8 @@
Select the "..." button in the Gerrit UI, then choose "Cherry Pick". When
prompted for a branch, enter *refs/branch-heads/####*, where #### corresponds
to the release branch you are merging to (available on
-[Chromium Dash](https://chromiumdash.appspot.com/branches)).
+[Chromium Dash](https://chromiumdash.appspot.com/branches) in the "Chromium"
+column).
Once the cherry-pick CL is prepared, you can have it approved and landed by
adding Rubber Stamper ([email protected]) as a
@@ -181,7 +182,8 @@
The commands below should set up your environment to be able to successfully
upload a cherry-pick to a release branch, where *####* corresponds to the
release branch you are merging to (available on
-[Chromium Dash](https://chromiumdash.appspot.com/branches)):
+[Chromium Dash](https://chromiumdash.appspot.com/branches) in the "Chromium"
+column):
```
$ gclient sync --with_branch_heads
@@ -289,4 +291,4 @@
| Merged | None | N/A; merge has already been landed, no further work required for given milestone |
| Rejected | Issue owner | Issue owner should re-add *Merge-Request-##* to escalate if they feel the merge was erroneously rejected and should be re-evaluated |
| TBD | Issue owner | Issue owner should evaluate if a merge is required, then remove *Merge-TBD-##* and replace it with *Merge-NA-##* (if no merge needed) or *Merge-Request-##* (if merge needed) |
-| NA | None | N/A; merge is not required to the relevant milestone, no further work required for given milestone |
\ No newline at end of file
+| NA | None | N/A; merge is not required to the relevant milestone, no further work required for given milestone |