Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Aug 22, 2018
1 parent d6b7155 commit 29fdb7c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Expand Up @@ -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'
Expand Down

0 comments on commit 29fdb7c

Please sign in to comment.