Created Release checklist (markdown)

Nathan Ridge 2024-01-20 20:57:44 -05:00
parent 264cbcea24
commit cdc2f54d6e

15
Release-checklist.md Normal file

@ -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