# HG changeset patch # User Rik # Date 1669756507 28800 # Node ID d3ddf7be0235c93e842cab90ab18562356f1efa7 # Parent bac84a43cff6a64a02c164fe762208019e45319c maint: Update RELEASE_CHECKLIST.md. * RELEASE_CHECKLIST.md: Remove task to update EDITION number in octave.texi (now automated). Add instructions for running clang static analyzer. diff -r bac84a43cff6 -r d3ddf7be0235 etc/RELEASE_CHECKLIST.md --- a/etc/RELEASE_CHECKLIST.md Tue Nov 29 12:08:36 2022 -0800 +++ b/etc/RELEASE_CHECKLIST.md Tue Nov 29 13:15:07 2022 -0800 @@ -92,7 +92,6 @@ * Review `__unimplemented__.m` for the latest changes to [Octave Forge](https://wiki.octave.org/Octave_Forge) packages and new Matlab functions. -* Update major version number in "`@subtitle Edition XXX`" in `octave.texi`. * Update `installer-files/README.html` in MXE Octave with version highlights. ## 🔃 Repeat until all bugs are resolved ## @@ -113,7 +112,9 @@ `--enable-address-sanitizer-flags` and compiling with `-fsanitize=undefined`, `-fno-omit-frame-pointer` in `CFLAGS`, `CXXFLAGS`, and `LDFLAGS`. - * Update static code analysis results. See [PVS static analyzer - 5.0 Release](https://wiki.octave.org/PVS_static_analyzer_-_5.0_Release). + * Update static code analysis results. + * For `clang`, do `scan-build make -j all` and then `scan-view`. + * See [PVS static analyzer - 5.0 Release](https://wiki.octave.org/PVS_static_analyzer_-_5.0_Release). * Use other tools such as `cppcheck`, etc. * Start discussion on [Octave Discourse Maintainers](https://octave.discourse.group/c/maintainers/8) about which failing tests that must be fixed and which can be declared **WON'T FIX**. @@ -123,8 +124,8 @@ `/etc/HACKING.md`). * Create `hg tag` in repository with release candidate version number (`rc-MAJOR-MINOR-PATCH`). +* Verify `make dist` works. * Verify `make distcheck` passes. -* Verify `make dist` works. * Create [Windows Installer](https://wiki.octave.org/Windows_Installer). * Upload release candidates to . * Check [Windows Installer](https://wiki.octave.org/Windows_Installer)