Skip to content

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

License

Notifications You must be signed in to change notification settings

version-cli/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

version

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 it doesn't support authentication, but other than that, if docker-cli pulls from it, version should support it. This means that among others, ghcr.io hub.docker.com, gcr.io, and, docker.pkg.dev should be supported.