[llvm] 1f0b4f4 - More llvm-docs-sphinx buildbot fixes
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 20 01:52:10 PDT 2022
Author: Tom Stellard
Date: 2022-08-20T01:51:48-07:00
New Revision: 1f0b4f4da08300de51510415bd085bdc79b30866
URL: https://github.com/llvm/llvm-project/commit/1f0b4f4da08300de51510415bd085bdc79b30866
DIFF: https://github.com/llvm/llvm-project/commit/1f0b4f4da08300de51510415bd085bdc79b30866.diff
LOG: More llvm-docs-sphinx buildbot fixes
Broken by 7225c0bd0115c947f3c081599e6268cfa027722f and
662a11bd062ac7d938569212fe1c5dc01c1a1b34.
Added:
Modified:
llvm/docs/HowToReleaseLLVM.rst
Removed:
################################################################################
diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst
index 1e251cba2cba..0931aa677a35 100644
--- a/llvm/docs/HowToReleaseLLVM.rst
+++ b/llvm/docs/HowToReleaseLLVM.rst
@@ -38,20 +38,19 @@ Releases should be tagged on Tuesdays.
=============================== =========================
Release Approx. Date
=============================== =========================
-------------------------------- -------------------------
*release branch: even releases* *4th Tue in January*
*release branch: odd releases* *4th Tue in July*
X.0.0-rc1 3 days after branch.
X.0.0-rc2 2 weeks after branch.
X.0.0-rc3 4 weeks after branch
**X.0.0-final** **6 weeks after branch**
-**X.0.1 **8 weeks after branch**
-**X.0.2 **10 weeks after branch**
-**X.0.3 **12 weeks after branch**
-**X.0.4 **14 weeks after branch**
-**X.0.5 **16 weeks after branch**
-**X.0.6 (if necessary) **18 weeks after branch**
-------------------------------- -------------------------
+**X.0.1** **8 weeks after branch**
+**X.0.2** **10 weeks after branch**
+**X.0.3** **12 weeks after branch**
+**X.0.4** **14 weeks after branch**
+**X.0.5** **16 weeks after branch**
+**X.0.6 (if necessary)** **18 weeks after branch**
+=============================== =========================
Release Process Summary
-----------------------
@@ -429,7 +428,7 @@ is what to do:
Announce the Release
^^^^^^^^^^^^^^^^^^^^
-Create a new post in the `Announce Category<https://discourse.llvm.org/c/announce>`_
+Create a new post in the `Announce Category <https://discourse.llvm.org/c/announce>`_
once all the release tasks are complete. For X.0.0 releases, make sure to include a
link to the release notes in the post. For X.0.1+ releases, generate a changelog
using this command and add it to the post.
More information about the llvm-commits
mailing list