Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOWTO-RELEASE.md: add a step to update PROJ_DB_SQL_EXPECTED_MD5 when version number is changed #4330

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions HOWTO-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down