Skip to content

version-cli/version

Repository files navigation

logo

Version

GitHub Tag GitHub go.mod Go version GitHub Actions Workflow Status Sonar Quality Gate Snyk Security

version is a small cli tool that bumps your version number for you and retrieves the latest version of a specified datasource.

Supported versioning schemes

Currently, version only supports SemVer 2.0. SemVer 2.0 is one of the most used versioning schemes.

Supported datasources

Currently, version only supports Docker registries as a datasource. At the moment version doesn't support authentication, but other than that if the docker-cli pulls it, version supports it. This means that among others, ghcr.io hub.docker.com, gcr.io, and docker.pkg.dev are supported.