Skip to content

Commit 29fdb7c

Browse files
author
Éric Lemoine
committed
Update RELEASE.md
1 parent d6b7155 commit 29fdb7c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ Add a new section to the [NEWS](NEWS) file, listing all the changes associated w
77
Change the version number in the [Version.config](Version.config) and
88
[pgsql/expected/pointcloud.out](pgsql/expected/pointcloud.out) files.
99

10-
Create a PR with these changes. When the PR is merged create a tag for the new release and push
11-
it to GitHub:
10+
Update the value of `UPGRADABLE` in [pgsql/Makefile.in](pgsql/Makefile.in). This variable defines
11+
the versions from which a database can be upgraded to the new Pointcloud version.
12+
13+
Create a PR with these changes.
14+
15+
When the PR is merged create a tag for the new release and push it to GitHub:
1216

1317
```bash
1418
$ git tag -a vx.y.z -m 'version x.y.z'

0 commit comments

Comments
 (0)