aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/HowToReleaseLLVM.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/HowToReleaseLLVM.rst')
-rw-r--r--llvm/docs/HowToReleaseLLVM.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst
index 171bf88..c269cc4 100644
--- a/llvm/docs/HowToReleaseLLVM.rst
+++ b/llvm/docs/HowToReleaseLLVM.rst
@@ -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