You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Similar to #3 the
tagcommand should supportpre-releases.Examples