rochejul / npmversion

A command line node module to deal with "bumping" and "npm version"
MIT License
8 stars 2 forks source link

Allow create branch before bumping? #19

Open rochejul opened 6 years ago

rochejul commented 6 years ago

When we have to fix a bug on a release, we checkout the release branch, and we should:

Allow to extend the "--create-branch" option to create it before the bumping process (so before create a commit and a tag)