This is a Node.js/CLI tool for version bump normally used on release branch
npm install sh-version-bumpFirstly install this tool globally via running the command listed below on the terminal.
``js`
npm install -g sh-version-bump
After installed, go to any git repo root folder which normally contains the package.json file, type the command below:
`js``
sh-version-bump
Follow up the instructions provided by this tool, that's it!!!