diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 1cc7a0a0f..a818b0baf 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -4,7 +4,8 @@ * Review the testing checklist (doc/testing-checklist.md) * clang-tidy check with something like: - * `cmake "-DCMAKE_CXX_CLANG_TIDY=/usr/bin/clang-tidy-11;-checks=-*,clang-analyzer-*,modernize-*,performance-*" ..` + * `cmake "-DCMAKE_CXX_CLANG_TIDY=/usr/bin/clang-tidy-15\;-checks=-*,clang-analyzer-*,modernize-*,performance-*" ..` + or * `scan-build cmake .. && scan-build make` * Verify that rust + python compile