Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag command: add Semver pre-release support #22

Open
joseluisq opened this issue Sep 14, 2020 · 0 comments
Open

Tag command: add Semver pre-release support #22

joseluisq opened this issue Sep 14, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@joseluisq
Copy link
Owner

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 joseluisq added enhancement New feature or request help wanted Extra attention is needed labels Sep 14, 2020
@joseluisq joseluisq changed the title Add tag command with Semver pre-release support Tag command: add Semver pre-release support Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant