summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-05-15 10:34:17 -0700
committerLouis Dionne <ldionne.2@gmail.com>2023-05-15 10:34:55 -0700
commiteed718a3e2130177d553d53217aaf0323d84f2c7 (patch)
treefa80814ef0bd943d0f5fd7b97bd6212dd8874632 /libcxx
parentb049fc0481bc387f57fd61da7239f85ef91096c1 (diff)
downloadllvm-eed718a3e2130177d553d53217aaf0323d84f2c7.tar.gz
[libc++][docs] Move the pre-release check-list
It was confusing to some contributors because it appeared in a prominent place on the Contibuting page.
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/Contributing.rst25
1 files changed, 13 insertions, 12 deletions
diff --git a/libcxx/docs/Contributing.rst b/libcxx/docs/Contributing.rst
index 90b5c8b09b81..66585cd5daec 100644
--- a/libcxx/docs/Contributing.rst
+++ b/libcxx/docs/Contributing.rst
@@ -61,18 +61,6 @@ 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
======================================
@@ -218,3 +206,16 @@ Contains the jobs executed in the CI. This file contains the version
information of the jobs being executed. Since this script differs between the
``main`` and ``release`` branch, both branches can use different 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``