I was hoping that there is a npm version command, which is:
- bumping the version (patch/minor/major)
- commits my new code and package.json with a text.
- pushes the changes to the repo.
Like this:
npm version patch -f -m "bump the version and commit my changes"
Anyone know how to do that?