gitnow icon indicating copy to clipboard operation
gitnow copied to clipboard

Tag command: add Semver pre-release support

Open joseluisq opened this issue 5 years ago • 0 comments

Similar to #3 the tag command should support pre-releases.

Examples

~> tag --prerelease
# v2.1.1-0
~> tag --prerelease
# v2.1.1-1
~> tag --premajor
# v3.0.0-0
~> tag --preminor
# v3.1.0-0
~> tag --prepatch
# v3.1.1-0
~> tag --prerelease
# v3.1.1-1

joseluisq avatar Sep 14 '20 12:09 joseluisq