Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 520 Bytes

gitversion_patch.md

File metadata and controls

25 lines (15 loc) · 520 Bytes

gitversion patch

generates a patch version number based on a given minor version

Synopsis

for example: given the following git tags: v0.1, v0.1.1, v0.1.2 if v0.1 is given as argument will print v0.1.3 as output.

gitversion patch [flags]

Options

  -h, --help   help for patch

SEE ALSO

  • gitversion - generates a version numbers based on git tags. This tool will use git's .git/refs/tags as its data source
Auto generated by spf13/cobra on 25-Mar-2019