0.1.2 • Published 6 years ago

continuous-publication v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Continuous Publication

Automatically increment and publish module versions. Uses existing published versions to detect next version (rather than depending on the package.json file being updated).

Install

yarn add -D continuous-publication
# or
npm install --save-dev continuous-publication

Usage

$ cp -h

cp [bump]

Increment module version and publish

Positionals:
  bump                   [choices: "patch", "minor", "major"] [default: "patch"]

Options:
  --client                   [string] [choices: "yarn", "npm"] [default: "yarn"]
  --tag       Tag to use when publishing            [string] [default: "latest"]
  --dry       Dry run (do not publish)                [boolean] [default: false]
  -h, --help  Show help                                                [boolean]
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago