Not easy to find version-specific documentation; none available for rc's?

From the various project pages (main, and subprojects like clang, mlir, libcxx), it’s not easy to get to version-specific (e.g. 13.0.1) release notes - I think this could be improved, e.g. some other projects have drop-downs on their website to allow toggling the version for which the documentation is displayed.

With some googling, one can find the pattern, and then encounter e.g. Clang 13.0.0 Release Notes — Clang 13 documentation.

However, there don’t seem to be any published documents for the release candidates (e.g. today I wanted to find the notes for 14.0.0-rc1), and they’re also not listed on https://releases.llvm.org/ (aside from the fact that the release notes of many subprojects are missing there, e.g. openmp). This is especially vexing because the main documentation points there as the source of truth with a big banner.

Trying to modify e.g. the clang-url directly in various ways all didn’t bear fruit, which leads me to the impression that there are currently no published websites for 14.0.0-rc1 (or at least, they’re quite well-hidden). However, I did find that at least llvm 11 had dedicated rc pages: Clang 11.0.0 (In-Progress) Release Notes — Clang 11 documentation