[all-commits] [llvm/llvm-project] 90af11: [libc++] Make sure to publish release notes at Rel...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jan 22 06:39:31 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90af11ea97cf9ab34677720c5b7848eb5e9d4efe
https://github.com/llvm/llvm-project/commit/90af11ea97cf9ab34677720c5b7848eb5e9d4efe
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
A libcxx/docs/ReleaseNotes.rst
M libcxx/docs/index.rst
Log Message:
-----------
[libc++] Make sure to publish release notes at ReleaseNotes.html
In LLVM 17, we switched to numbered RST files for release notes, which
makes it easier to deal with cherry-picks around release points. However,
we stopped publishing `libcxx/docs/ReleaseNotes.html`, which was
referenced by external sites.
This patch ensures that we keep publishing `ReleaseNotes.html` by simply
including the versioned RST file in the unversioned RST file.
Fixes #77955
More information about the All-commits
mailing list