A command line tool that helps you make faster npm releases.
- runs
npm versionwith the version you specify. If run in a git repo, it will also create a version commit and tag, just like whatnpm versiondoes. - pushes commits and tags to origin
- runs
npm publish
npm install -g cut-release
Usage: cut-release [<newversion> | patch | minor | major | prepatch | preminor | premajor | prerelease]
Options:
--yes, -y Don't confirm, just release right away. The new version must be supplied.
--message, -m If supplied, npm will use it as a commit message when
creating a version commit. If the message contains %s then
that will be replaced with the resulting version number
