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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I am trying to provide a custom message for bumping version like
gem bump patch -m '<messge>'
It throws below error
undefined method `%' for true:TrueClass
The text was updated successfully, but these errors were encountered:
fixes issue svenfuchs#90 by adding message param for custom message
748beac
Merge pull request #92 from rohith-jayaraman/master
c8d37f4
fixes issue #90 by adding message param for custom message in bump.rb
Released as 2.1.1
2.1.1
Sorry, something went wrong.
Awesome. Thanks for the quick turnaround.
Successfully merging a pull request may close this issue.
I am trying to provide a custom message for bumping version like
gem bump patch -m '<messge>'
It throws below error
The text was updated successfully, but these errors were encountered: