pointcloud/RELEASE.md
2018-06-18 10:16:48 +02:00

492 B

Release

Steps for releasing a new version of Pointcloud.

Add a new section to the NEWS file, listing all the changes associated with the new release.

Change the version number in the Version.config and 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:

$ git tag -a vx.y.z -m 'version x.y.z'
$ git push origin vx.y.z