e.g. upstream-release-2018-08
against upstream-release-2018-06
# GH_REPO_NAME e.g. livingdocs-bluewin-server
# GH_REPO_OWNER e.g. livingdocsIO
# GH_BRANCH_NAME e.g. upstream-release-2018-08 // pr will be created on this branch
# GH_BASE_BRANCH_NAME e.g. upstream-release-2018-06 // pr will be created against this branch
# RELEASE_NAME e.g. "September 2018"
# GH_TOKEN e.g. 123f345f11234 // github token
RELEASE_NAME=<name> GH_BASE_BRANCH_NAME=<name> GH_BRANCH_NAME=<name> GH_REPO_NAME=<name> GH_TOKEN=<token>
GH_REPO_NAME=<name> npx <this url>