[libcxx-commits] [libcxx] fc74840 - [libc++] Revert moving the pre-release checklist

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 15 12:36:21 PDT 2023


Author: Louis Dionne
Date: 2023-05-15T12:35:15-07:00
New Revision: fc748408c6436c2a80e372156d53e15b014c6105

URL: https://github.com/llvm/llvm-project/commit/fc748408c6436c2a80e372156d53e15b014c6105
DIFF: https://github.com/llvm/llvm-project/commit/fc748408c6436c2a80e372156d53e15b014c6105.diff

LOG: [libc++] Revert moving the pre-release checklist

I had not seen https://reviews.llvm.org/D150585 which supersedes
this, and I want to avoid merge conflicts for D150585.

Added: 
    

Modified: 
    libcxx/docs/Contributing.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 66585cd5daec2..90b5c8b09b815 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -61,6 +61,18 @@ rule -- for very simple patches, use your judgement. The `"libc++" review group
 consists of frequent libc++ contributors with a good understanding of the project's
 guidelines -- if you would like to be added to it, please reach out on Discord.
 
+Post-release check list
+=======================
+
+After branching for an LLVM release:
+
+1. Update ``_LIBCPP_VERSION`` in ``libcxx/include/__config``
+2. Update the version number in ``libcxx/docs/conf.py``
+3. Update ``_LIBCPPABI_VERSION`` in ``libcxxabi/include/cxxabi.h``
+4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
+5. Update the list of supported clang versions in ``libcxx/docs/index.rst``
+6. Remove the in-progress warning from ``libcxx/docs/ReleaseNotes.rst``
+
 Exporting new symbols from the library
 ======================================
 
@@ -206,16 +218,3 @@ Contains the jobs executed in the CI. This file contains the version
 information of the jobs being executed. Since this script 
diff ers between the
 ``main`` and ``release`` branch, both branches can use 
diff erent compiler
 versions.
-
-Post-release check list
-=======================
-
-Here's a list of tasks to do after branching for an LLVM release. This
-is only meant for the review manager, not for individual contributors.
-
-1. Update ``_LIBCPP_VERSION`` in ``libcxx/include/__config``
-2. Update the version number in ``libcxx/docs/conf.py``
-3. Update ``_LIBCPPABI_VERSION`` in ``libcxxabi/include/cxxabi.h``
-4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
-5. Update the list of supported clang versions in ``libcxx/docs/index.rst``
-6. Remove the in-progress warning from ``libcxx/docs/ReleaseNotes.rst``


        


More information about the libcxx-commits mailing list