cmctl
is a command line tool that can help you manage cert-manager and its resources inside your cluster.
The documentation for cmctl
can be found on the cert-manager website.
Before v2, cmctl
was located in the cert-manager repository and versioned together with cert-manager.
Starting from v2, cmctl
is versioned seperately from cert-manager itself.
Create a Git tag with a tagname that has a v
prefix and push it to GitHub.
This will trigger the release workflow.
- Create and push a Git tag
export VERSION=v2.0.0-alpha.0
git tag --annotate --message="Release ${VERSION}" "${VERSION}"
git push origin "${VERSION}"
-
Wait for the release workflow to succeed.
-
Visit the releases page, edit the draft release, click "Generate release notes", and publish the release.