Update project version and create tag easily
npm install version-bumpUpdate project version and create tag easily
npm install -g version-bump
bump [options]
* --patch, --minor, --major - Increase specific version
* --no-tags - Do not create git tag
* --push - Push to remote repo
* --files get list of manifests for update
* --info shows latest tag and manifests version
MIT License (c) Alexey Raspopov