Skip to content

Commit fc74840

Browse files
committed
[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.
1 parent 74f2078 commit fc74840

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

libcxx/docs/Contributing.rst

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,18 @@ rule -- for very simple patches, use your judgement. The `"libc++" review group
6161
consists of frequent libc++ contributors with a good understanding of the project's
6262
guidelines -- if you would like to be added to it, please reach out on Discord.
6363

64+
Post-release check list
65+
=======================
66+
67+
After branching for an LLVM release:
68+
69+
1. Update ``_LIBCPP_VERSION`` in ``libcxx/include/__config``
70+
2. Update the version number in ``libcxx/docs/conf.py``
71+
3. Update ``_LIBCPPABI_VERSION`` in ``libcxxabi/include/cxxabi.h``
72+
4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
73+
5. Update the list of supported clang versions in ``libcxx/docs/index.rst``
74+
6. Remove the in-progress warning from ``libcxx/docs/ReleaseNotes.rst``
75+
6476
Exporting new symbols from the library
6577
======================================
6678

@@ -206,16 +218,3 @@ Contains the jobs executed in the CI. This file contains the version
206218
information of the jobs being executed. Since this script differs between the
207219
``main`` and ``release`` branch, both branches can use different compiler
208220
versions.
209-
210-
Post-release check list
211-
=======================
212-
213-
Here's a list of tasks to do after branching for an LLVM release. This
214-
is only meant for the review manager, not for individual contributors.
215-
216-
1. Update ``_LIBCPP_VERSION`` in ``libcxx/include/__config``
217-
2. Update the version number in ``libcxx/docs/conf.py``
218-
3. Update ``_LIBCPPABI_VERSION`` in ``libcxxabi/include/cxxabi.h``
219-
4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
220-
5. Update the list of supported clang versions in ``libcxx/docs/index.rst``
221-
6. Remove the in-progress warning from ``libcxx/docs/ReleaseNotes.rst``

0 commit comments

Comments
 (0)