[libcxx-commits] [libcxx] a829f10 - [libc++] Fix outdated release procedure for release notes
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 23 14:00:20 PST 2024
Author: Louis Dionne
Date: 2024-01-23T17:00:11-05:00
New Revision: a829f109ffd518230df5191c64aa427603cf10d9
URL: https://github.com/llvm/llvm-project/commit/a829f109ffd518230df5191c64aa427603cf10d9
DIFF: https://github.com/llvm/llvm-project/commit/a829f109ffd518230df5191c64aa427603cf10d9.diff
LOG: [libc++] Fix outdated release procedure for release notes
Added:
Modified:
libcxx/docs/ReleaseProcedure.rst
Removed:
################################################################################
diff --git a/libcxx/docs/ReleaseProcedure.rst b/libcxx/docs/ReleaseProcedure.rst
index 7981bb25c583ada..ea44349ac30ae53 100644
--- a/libcxx/docs/ReleaseProcedure.rst
+++ b/libcxx/docs/ReleaseProcedure.rst
@@ -49,7 +49,7 @@ After branching for an LLVM release:
3. Update ``_LIBCPPABI_VERSION`` in ``libcxxabi/include/cxxabi.h``
4. Update ``_LIBUNWIND_VERSION`` in ``libunwind/include/__libunwind_config.h``
5. Create a release notes file for the next release from the template
-6. Point to the new release notes file from ``libcxx/docs/index.rst``
+6. Point to the new release notes file from ``libcxx/docs/ReleaseNotes.rst``
Post branching
==============
More information about the libcxx-commits
mailing list