From cdc2f54d6ef7130a0bec937e4d9bd033fd17cc9e Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Sat, 20 Jan 2024 20:57:44 -0500 Subject: [PATCH] Created Release checklist (markdown) --- Release-checklist.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Release-checklist.md diff --git a/Release-checklist.md b/Release-checklist.md new file mode 100644 index 0000000..e553e8e --- /dev/null +++ b/Release-checklist.md @@ -0,0 +1,15 @@ +Checklist of tasks to do for every LLVM release. + +## Once the release branch is created + + * 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) + * 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 + +## Once the LLVM release is out + + * Prepare the clangd release on our [Github releases page](https://github.com/clangd/clangd/releases) + * TODO: Write down concrete steps for how to do this, and who has the permission \ No newline at end of file