0.1.1 • Published 4 years ago

bumpx v0.1.1

Weekly downloads
9
License
-
Repository
github
Last release
4 years ago

bumpx

Bump version (like npm-version) and also create tags like x.x.x

Install

npm i [-g] bumpx

Usage

CLI

bumpx major|minor|patch [--dry]

Node

const bumpX = require('bumpx')
const { version, operations } = bumpX({
  packageJson: 'package.json',
  // or
  version: '1.0.0',
  range: 'major' || 'minor' || 'patch',
})
operations.run({ dry: true }) // modify package.json, execute git tag ... etc
0.1.1

4 years ago

0.1.0

4 years ago