pre-version
pre-version Mainly used to submit Jenkins automatic deployment
-
The patch number will be automatically upgraded every time the patch number is submitted. When the patch number reaches 100, the minor version number will be automatically upgraded. The major version number will not be processed
-
Fixed version when
pre version
exists
Installation
It's advised to install the pre-version module as a devDependencies
in your
package.json
as you only need this for development purposes. To install the
module simply run:
npm install --save-dev @mohun/pre-version
Configuration
{
"pre-version": "1.0.0"
}
License
MIT