0.1.4 • Published 12 years ago
bumpitup v0.1.4
bumpitup
Increase your version in package.json and create a new commit with the
bumped version number as commit message.
Install
You probably just want to install as a global package.
npm install -g bumpitupUsage
The executable is named bump and takes a release type (prerelease,
patch, minor or major) as the first argument (defaults to
patch).
bump patch