Version
A simple CLI tool to bump package versions.
Contents
Usage
- Run
version
$ version
- Choose
Major
,Minor
, orPatch
- It'll update the
package.json
, and commit the changes.
Installation
With yarn
yarn global add @epiphany/version
With npm
npm install -g @epiphany/version
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.