packrel
v1.0.22
Published
Easy, cross-os npm and git semver-based version release from the commandline
Downloads
12
Maintainers
Readme
Packrel
Easy, cross-OS commandline utility for npm and git semver-based version release
Install
npm install -g packrel
Usage
packrel <patch|minor|major>
This will:
- bump the version in your package.json according to the type of release you've specified.
- push a commit to your master branch of your remote repository with the new release tag
- publish the new package version on npm