release-checklist: escape semicolon in shell example

pull/2664/merge
nick black 2 months ago
parent 97508498db
commit 503e9fb3c5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -4,7 +4,8 @@
* Review the testing checklist (doc/testing-checklist.md) * Review the testing checklist (doc/testing-checklist.md)
* clang-tidy check with something like: * 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` * `scan-build cmake .. && scan-build make`
* Verify that rust + python compile * Verify that rust + python compile

Loading…
Cancel
Save