1.0.10 • Published 3 years ago

manual-package-version v1.0.10

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

Manual package version

When you use the package, you choose how you want to change the version.
The changed version will be saved according to the type you select.

Warning

  • this package is change version in package.json file.

Supported formats version

Install

npm install manual-package-version
yarn add manual-package-version

How to use

  • NPX
npx manual-package-version
  • scripts in package.json
{
  "scripts" : {
    "update:version": "npx manual-package-version",
    "deploy": "yarn update:version && [your deploy scripts]"
  }
}

Tests

Clone the repo, and run npm test

Todo list

  • Support formats of different types.
  • use arguments
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago