1.0.4 • Published 3 years ago

npm-auto-bump-patch v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm-auto-bump-patch

https://www.npmjs.com/package/npm-auto-bump-patch

This is npm package that is assigning the package version id on packages.json with the last publihed patch version version + 1. its supposed to be called before publishing new version to npm

install:

npm install npm-auto-bump-patch

adding to packages.json

"scripts": { ........., "sync_version": "bump-version" }

Running the service

npm run-script sync_versio