From 3027ceffa3f39061666e36f1cdb0bf4a9642bd29 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 12:01:10 +0900 Subject: [PATCH] * fix BASE_BRANCH --- scripts/create-release-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-release-branch.sh b/scripts/create-release-branch.sh index 210c5fc..6304511 100755 --- a/scripts/create-release-branch.sh +++ b/scripts/create-release-branch.sh @@ -3,7 +3,7 @@ # - git; I believe it's already installed. # - sed; GNU sed is preferred. POSIX sed may not work. -BASE_BRANCH="develop" +BASE_BRANCH="development" PACKAGE_NAME="ssh-key-action" URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}"