Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions llvm/docs/HowToReleaseLLVM.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,10 @@ This section describes how to triage bug reports:
to backport. You should also review the bug yourself to ensure that it
meets the requirements for committing to the release branch.

#. Once a bug has been reviewed, add the release:reviewed label and update the
issue's status to "Needs Merge". Check the pull request associated with the
issue. If all the tests pass, then the pull request can be merged. If not,
then add a comment on the issue asking someone to take a look at the failures.
#. Once a bug has been reviewed, update the status to "Needs Merge". Check the
pull request associated with the issue. If all the tests pass, then the pull
request can be merged. If not, then add a comment on the issue asking
someone to take a look at the failures.


Release Patch Rules
Expand Down
Loading