We would greatly value feedback and contributions from our community.
To run tests:
-
Install Docker Desktop
-
Run
make test
. This will start a docker compose stack (including a zamzar-mock container) and run the tests against it.
PRs to this repository should be made against the main
branch and labelled with:
bump:patch
for bug fixesbump:minor
for new featuresbump:major
for breaking changes
When a PR is merged, the CI will automatically tag a new version. Packagist is informed via a GitHub webhook (configured on this repo) and will update the package accordingly.