produce-version

1.0.4 • Public • Published

Produce-version

This program permit to create a new version with un argument

How to use it

Declare into your package.json :

"scripts": {
    "set_version": "node node_modules/produce-version"
}

And execute npm run set_version -- --tagversion=1.0.8

Options

  • tagversion : Mandatory - Version number, "semver" (like x.x.x)
  • git-publish : Optional (default true) : Commit version, create tag and push

Readme

Keywords

none

Package Sidebar

Install

npm i produce-version

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

3.34 kB

Total Files

4

Last publish

Collaborators

  • chklang