We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! It would be nice if you could only get the next version number, without updating package files. Maybe something like:
mversion [ <newversion> | major | minor | patch | prerelease ] [--show -s]
Thanks for your work. Excellent project :)
The text was updated successfully, but these errors were encountered:
Hi and thanks for your input!
So your thinking a "dry run", so if you have v1.0.0 now and do:
v1.0.0
$ mversion minor -s v1.1.0
or
$ mversion prerelease -s v1.0.0-1
You can already get the current version and do this mentally, but we could always add an option if we feel like this adds good value.
$ mversion package.json: 1.0.0
Sorry, something went wrong.
Exactly! It would be very useful in few cases:
./i-dont-know-git-but-i-want-to-push-my-work-and-tag-it
No branches or pull requests
Hi!
It would be nice if you could only get the next version number, without updating package files.
Maybe something like:
Thanks for your work. Excellent project :)
The text was updated successfully, but these errors were encountered: