ReleasingΒΆ

To publish a new release of kr8s first make a new git tag. Releases follow EffVer and have a v prefix. Then push the tag to the upstream kr8s-org/kr8s repo.

$ git tag v0.0.0

$ git push upstream main --tags

This will trigger a release GitHub Action which will build and publish to PyPI.