You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds an option to specify the release branch (with the default
being the "master" branch). This also adds a --help switch to
intentionally invoke the usage info, and changes the usage output and
the logic for generating it.
Fixes#9
Test: tested the new code runs on node v4 & v10 without error
This adds an option to specify the release branch (with the default
being the "master" branch). This also adds a --help switch to
intentionally invoke the usage info, and changes the usage output and
the logic for generating it.
Fixes#9
Test: tested the new code runs on node v4 & v10 without error
Sometimes you need to spin up releases from a non-master branch. Add a switch to permit this (it should override the
RELEASE_BRANCH
constant).The text was updated successfully, but these errors were encountered: