Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 809 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 809 Bytes

How to contribute

We would greatly value feedback and contributions from our community.

Running tests

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.

Releasing a new version

PRs to this repository should be made against the main branch and labelled with:

  • bump:patch for bug fixes
  • bump:minor for new features
  • bump: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.