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