Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow --release-branch arg #9

Closed
nfischer opened this issue Apr 25, 2020 · 0 comments · Fixed by #11
Closed

Allow --release-branch arg #9

nfischer opened this issue Apr 25, 2020 · 0 comments · Fixed by #11

Comments

@nfischer
Copy link
Member

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).

nfischer added a commit that referenced this issue Oct 26, 2020
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
nfischer added a commit that referenced this issue Oct 26, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant