version-bump-prompt
version-bump-prompt copied to clipboard
Interactive CLI that bumps your version numbers and more
Hi.I need to do other follow-up operations when I get the `newVersion`.I don't want to modify the file immediately
I have the following configuration in my package.json: ``` { "husky": { "hooks": { "pre-commit": "npm run lint && npm run bump", } } ... ``` The bump-prompt is opened...
I have an JSON OpenApi spec that I want to bump the version in as part of a build process. The version property is located in the `info` object of...
we do have a vscode extension, which adds itself as a package in package-lock.json - but it just bumps the version in line 3, but not in line 8, which...
reads the file correctly and presents the correct version, but then complains that foo/package.json doesn't exist (which it rightfully doesn't) and doesn't really write the file that it was supposed...
When choosing an existing version (leave as-is in the menu) the app crashes as Git fails to commit without any changes: ``` $ bump prompt --commit --tag --push --preid r...
If you have a changelog file or similar, it would be helpful to specify a `next` or other named field that will be replaced by the new bumped version. Possibly...
Hi, awesome project!! I'd love to contribute. I run `bump --tag --commit` every time one of my repos changes and I was thinking there would be a lot of convenience...