llvm-capstone/libcxx/docs/ReleaseNotes.rst
Louis Dionne 90af11ea97 [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
2024-01-22 09:39:16 -05:00

5 lines
197 B
ReStructuredText

.. include:: ReleaseNotes/18.rst
.. The release notes are in versioned files, but we make sure to keep publishing
.. them in an unversioned ReleaseNotes.html page for external sites to reference.