From e83555f12646e24427d8a5c6c5fe6d69b84ec4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Wed, 13 Mar 2019 14:09:00 +0200 Subject: [PATCH] Update release documentation The update to VERSIONxx.cmake was not documented. --- maxscale-system-test/Documentation/RELEASE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/maxscale-system-test/Documentation/RELEASE.md b/maxscale-system-test/Documentation/RELEASE.md index d25b7d333..a6ca25e3c 100644 --- a/maxscale-system-test/Documentation/RELEASE.md +++ b/maxscale-system-test/Documentation/RELEASE.md @@ -248,3 +248,16 @@ On behalf of the entire MaxScale team, YOUR NAME HERE ``` + +## 10. Update the version number for the next release + +Increment the `MAXSCALE_VERSION_PATCH` value in the `VERSIONxx.cmake` file +in the source root where `xx` is the major and minor release number. For +example, with 2.2 releases, update the `VERSION22.cmake` file. + +If the `MAXSCALE_BUILD_NUMBER` is not 1, set it to 1. This is only +incremented if the packages have to be rebuilt after a release has been +made. + +Make sure the `VERSION.cmake` points to the latest `VERSIONxx.cmake` file +so that updates in older releases won't affect newer releases.