[PATCH] D118519: [clang-tidy] Organize the release notes a little better

Salman Javed via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 29 16:21:09 PST 2022


salman-javed-nz added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:221-227
 Removed checks
 ^^^^^^^^^^^^^^
 
 Improvements to include-fixer
 -----------------------------
 
 The improvements are...
----------------
Small nit, not about this patch, but the documentation release process as a whole.

Clang 13 got released with a lot of these placeholders still in the documentation.
https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
They were never tidied up before release.

What could be done to ensure that this doesn't happen again? Perhaps keep the placeholders in the file but in a commented-out state?

I'm aware of https://llvm.org/docs/HowToReleaseLLVM.html#update-documentation but in this case I guess it wasn't enough to capture this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118519/new/

https://reviews.llvm.org/D118519



More information about the cfe-commits mailing list