diff --git a/Release-checklist.md b/Release-checklist.md index 836c0e0..ebd0329 100644 --- a/Release-checklist.md +++ b/Release-checklist.md @@ -6,8 +6,8 @@ Checklist of tasks to do for every LLVM release. * Go through any new config keys added in this release and [document them](https://clangd.llvm.org/config.html) * Likewise for any notable new features * Contribute release notes to the LLVM website - * the most recent release for which we have done this is [clangd 15](https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html#improvements-to-clangd) - * would be nice to write some for releases since then + * example: [clangd 15 release notes](https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html#improvements-to-clangd) + * (note: release notes for clangd 16 and 17 are missing, these were overlooked) ## Once the LLVM release is out