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
Ideally I don't want to install this globally so I installed against a single repo and ran:
npx bump patch ./app-version.json
But that just changed my package.json version to "patch"
package.json
I've also tried npx bump --patch app-version.json but can't seem to find the right combination of arguments to update my custom file.
npx bump --patch app-version.json
app-version.json:
app-version.json
{ "version": "2.0.5" }
The text was updated successfully, but these errors were encountered:
Sorry for wasting your time, turns out I still had another bump package installed that was conflicting 🤦♂
Sorry, something went wrong.
No branches or pull requests
Ideally I don't want to install this globally so I installed against a single repo and ran:
npx bump patch ./app-version.json
But that just changed my
package.json
version to "patch"I've also tried
npx bump --patch app-version.json
but can't seem to find the right combination of arguments to update my custom file.app-version.json
:The text was updated successfully, but these errors were encountered: