npm-bump
npm-bump copied to clipboard
A better `npm version major|minor|patch`
allow ignoring unknown files... a project may contain files that are not ready to be committed (unknown; not yet git added).. this lets you npm-bump even if your project contains...
Tried in Git Bash, Powershell and cmd ```error: pathspec '1.1.10'' did not match any file(s) known to git child_process.js:669 throw err; ^ Error: Command failed: git commit -m 'Tag 1.1.10'...
Might be useful in scripts.
If anything throws in a process _before_ we publish on npm, a full rollback should happen (including a `push --force` on a branch to the previous version?)