From 8ecbced19c1036404362a02366badfcfcf7e52b8 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 19 Jan 2020 11:20:24 +0900 Subject: [PATCH] * renamed "development" to "develop" --- 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 6304511..210c5fc 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="development" +BASE_BRANCH="develop" PACKAGE_NAME="ssh-key-action" URL_PRODUCT="https://github.com/shimataro/${PACKAGE_NAME}"