From 1a270665a7315a68cd088f1311028cd6a931534b Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Mon, 22 Apr 2024 17:39:45 -0400 Subject: [PATCH] Updated Release checklist (markdown) --- Release-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release-checklist.md b/Release-checklist.md index ebd0329..2011911 100644 --- a/Release-checklist.md +++ b/Release-checklist.md @@ -4,6 +4,7 @@ Checklist of tasks to do for every LLVM release. * Updates to the [clangd website](https://clangd.llvm.org/) * Go through any new config keys added in this release and [document them](https://clangd.llvm.org/config.html) + * File an issue at https://github.com/SchemaStore/schemastore/issues to track updating the JSON schema for the config file ([example issue for clangd 17](https://github.com/SchemaStore/schemastore/issues/3725)) * Likewise for any notable new features * Contribute release notes to the LLVM website * example: [clangd 15 release notes](https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html#improvements-to-clangd)