nextversion
v1.0.5
Published
Generate the next version number for a docker image
Readme
Fetches the tags of a docker image from the repository and looks for tags with the format [major].[minor].[build] and returns the next version number.
Syntax: node index.js -i [imagename] -r [docker repository base url] -l [major|minor|build]
The -l flag specifies which part of the version number to increase
