[libcxx-commits] [libcxx] [libc++] Create libc++ 24 release notes (PR #208814)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 13 06:14:40 PDT 2026
ldionne wrote:
> I feel like this makes it very easy to accidentally put release notes in the wrong place.
I think this is pretty easy to catch during code review. We already have to watch out for old PRs targeting previous releases (e.g. a PR still modifying the LLVM 20 release notes), so I don't think we're making anything worse, and we're making it a lot simpler for people who author PRs to just adjust the right release notes from the get go.
> How would you feel about a PR to add the release notes in the upstream repo that PRs targeting the next release can then be based on? Basically a stacked PR.
To me, creating a new process to add release notes in a specific branch every release, documenting it, and teaching it to people, is much more burdensome than just having them in `main` for a few weeks before the release branch and making sure PRs target the right version during code review (which we already have to do). So, my opinion is that it's not worth it.
https://github.com/llvm/llvm-project/pull/208814
More information about the libcxx-commits
mailing list