CONTRIBUTING.md
April 25, 2026 ยท View on GitHub
Running tests
Before running tests, build the integration test base image first. Do this every time you've modified the sources.
make integration-test-base
Then:
cargo test
Release process
- Bump version number in Cargo.toml. Run
cargo check, then commit & push the result. - Ensure CI passes for the main branch.
- Trigger the release workflow. This creates a draft release.
- Edit the release notes and publish the release.