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
The version number is added to the beginning of the commit message instead of the end.
Steps to recreate:
v1.7.0-alpha.0
bump --preminor --lock --commit 'Upgrading to v'
The text was updated successfully, but these errors were encountered:
Weird. I swore it was being appended, but the code doesn't lie. It's definitely being pre-pended:
version-bump-prompt/lib/index.js
Lines 197 to 199 in ce68d63
I think the best solution is to go ahead and add the placeholder functionality that we discussed in Issue #29
Sorry, something went wrong.
No worries, sounds good! 👍
I just released version 5.0.0, which resolves this issue.
Thanks!
No branches or pull requests
The version number is added to the beginning of the commit message instead of the end.
Steps to recreate:
v1.7.0-alpha.0
bump --preminor --lock --commit 'Upgrading to v'
The text was updated successfully, but these errors were encountered: