Create a release ticket and follow the checklist defined within it.
This will result in container images of the Rugged workers tagged with our release version (see: Container Registry) that can be used in deploying Rugged to production environments.
We do not currently publish a Pip package, or similar. To install the rugged CLI, run build/install/install-debian.sh, or adapt it to your CI environment’s operating system.
We use Semantic Versioning, so release tags look like
vX.Y.Z where X is the Major version number, Y is the minor version
number, and Z is the patch level.