[libcxx-commits] [PATCH] D155024: [libc++] Encode the version in the ReleaseNotes file

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 11 15:43:35 PDT 2023


ldionne created this revision.
Herald added subscribers: arphaman, mgrang.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This way, we don't need to remove the contents of the ReleaseNotes file
after the branch. This should make it much easier and natural to cherry-pick
changes onto the release branch. Typically, we need two patches for those.
First, we need the code changes against `main`, and then we need a patch
that updates the release notes on the just-created branch.

By versioning the release notes, it becomes easy to author a change
against `main` that targets a just-branched LLVM release by simply
adding it to the release notes for the right version. This has been
a pain point in previous releases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155024

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/ReleaseNotes17.rst
  libcxx/docs/ReleaseProcedure.rst
  libcxx/docs/index.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155024.539315.patch
Type: text/x-patch
Size: 11946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230711/43e89050/attachment-0001.bin>


More information about the libcxx-commits mailing list