[llvm] b6a331b - [llvm][docs] Remove guidance on adding release:reviewed label (#164395)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 31 04:25:19 PDT 2025
Author: Cullen Rhodes
Date: 2025-10-31T11:25:15Z
New Revision: b6a331b2e52489f9f6cb10cf7db52a1f46e51745
URL: https://github.com/llvm/llvm-project/commit/b6a331b2e52489f9f6cb10cf7db52a1f46e51745
DIFF: https://github.com/llvm/llvm-project/commit/b6a331b2e52489f9f6cb10cf7db52a1f46e51745.diff
LOG: [llvm][docs] Remove guidance on adding release:reviewed label (#164395)
"How To Release LLVM To The Public" [1] mentions to add the
release:reviewed label once a bug has been reviewed, but looking at the
label [2] it seems this hasn't been followed for quite a long time, so I
propose we remove it.
[1]
https://llvm.org/docs/HowToReleaseLLVM.html#triaging-bug-reports-for-releases
[2]
https://github.com/llvm/llvm-project/issues?q=label%3Arelease%3Areviewed
Added:
Modified:
llvm/docs/HowToReleaseLLVM.rst
Removed:
################################################################################
diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst
index 171bf889256cd..c269cc4c54bcc 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
More information about the llvm-commits
mailing list