From 8f44ebed1f8b753a1fb1b40a9fc042d8b83d091d Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 26 Nov 2024 15:13:30 +0100 Subject: [PATCH] HOWTO-RELEASE.md: add a step to update PROJ_DB_SQL_EXPECTED_MD5 when version number is changed --- HOWTO-RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HOWTO-RELEASE.md b/HOWTO-RELEASE.md index 5b9d1ed8cc..404f35b5fe 100644 --- a/HOWTO-RELEASE.md +++ b/HOWTO-RELEASE.md @@ -216,6 +216,11 @@ version numbers in the files. - CMakeLists.txt: Update proj_version() - docs/source/conf.py: Update version number +Given the update of the PROJ_VERSION number, the expected MD5SUM of the database +SQL files will be modified. Run a build, and update the PROJ_DB_SQL_EXPECTED_MD5 +variable in data/CMakeLists.txt with the value that CMake will provide in an +error message. + *Commit changes. Either to master or maintenance branch depending on the nature of the release.*