Skip to content

Commit 308d286

Browse files
authored
[llvm][docs] Tweak backporting instructions a bit (#126519)
* Drop ".Z" in milestone name since we've been doing X.Y releases instead of X.Y.Z releases since LLVM 18 * Add "LLVM" prefix since that's what release milestones are named * Use a numbered list to make it clearer that there are two steps needed, and add some more details to the first step
1 parent 783275e commit 308d286

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

llvm/docs/GitHub.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,13 @@ Releases
438438
Backporting Fixes to the Release Branches
439439
-----------------------------------------
440440
You can use special comments on issues or pull requests to make backport
441-
requests for the release branches. This is done by making a comment containing
442-
the following command on any issue or pull request that has been added to one
443-
of the "X.Y.Z Release" milestones.
441+
requests for the release branches. To do this, after your pull reuest has been
442+
merged:
443+
444+
1. Edit "Milestone" at the right side of the isssue or pull request
445+
to say "LLVM X.Y Release"
446+
447+
2. Add a comment to it in the following format:
444448

445449
::
446450

0 commit comments

Comments
 (0)