From 29fdb7cb504e57f7ccbf18e9c16cab8ec53ad884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 22 Aug 2018 11:36:04 +0200 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index da7f4617..ee684076 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,8 +7,12 @@ Add a new section to the [NEWS](NEWS) file, listing all the changes associated w Change the version number in the [Version.config](Version.config) and [pgsql/expected/pointcloud.out](pgsql/expected/pointcloud.out) files. -Create a PR with these changes. When the PR is merged create a tag for the new release and push -it to GitHub: +Update the value of `UPGRADABLE` in [pgsql/Makefile.in](pgsql/Makefile.in). This variable defines +the versions from which a database can be upgraded to the new Pointcloud version. + +Create a PR with these changes. + +When the PR is merged create a tag for the new release and push it to GitHub: ```bash $ git tag -a vx.y.z -m 'version x.y.z'