The current maintainers for this project are:
Releases are controlled by a GitHub Action. To trigger a new release, you simply need to create a new tag.
git tag v0.11.0
git push origin --tags
Tags should be prefixed with v
and following semantic versioning standards for the major
, minor
, and patch
revision numbers.