Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 378 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 378 Bytes

Contributing

Running tests

Tests can be run with (requires docker)

make test

for unit tests only

make test-unit

Releasing

Run ./release.sh <version_number> (<version_number> should follow semver, e.g. 1.2.3). The script will change the hardcoded version, commit it, push a tag and prepare the hardcoded version for the next release.