Contents
Development
In order to build and test your changes, simply run ./scripts/develop.
Documentation is generated from the sql files, using the script scripts/documentaion (requires poetry).
Release Process
- Update version number
- Don't follow semver, simply use major and minor from H3 core and increment patch.
- Version number should be changed in
h3.control,h3_postgis.controlandMETA.json. - Update files suffixed
--unreleasedshould be renamed. - Installer
.sqlfiles should have@ availabilitycomments updated. - Create new update files with
--unreleasedsuffix. - Update changelog by moving from
Unreleasedto a new section
- Create a release on GitHub
- Draft new release "vX.Y.Z"
- Copy CHANGELOG.md entry into release description
- Distribute the extension on PGXN
- Run
make distto package the release - Upload the distribution on PGXN Manager (username:
bytesandbrains)
- Run
- Revert version numbers in
h3.control,h3_postgis.controlandMETA.jsontounreleased