From 9e12552fb287a85f1ed5373051216f2d2f931b5b Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Tue, 16 Apr 2024 15:28:01 -0400 Subject: [PATCH] Updated Release checklist (markdown) --- Release-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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