From 6f43580cbff49cca505b443f14c2cf16f140443b Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 19 Jan 2020 11:23:23 +0900 Subject: [PATCH] Feature/dev branch (#77) * * renamed "development" to "develop" * * renamed "development" to "develop" --- scripts/create-release-branch.sh | 2 +- scripts/update-dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}" diff --git a/scripts/update-dependencies.sh b/scripts/update-dependencies.sh index a67fc3e..b859641 100755 --- a/scripts/update-dependencies.sh +++ b/scripts/update-dependencies.sh @@ -7,7 +7,7 @@ COLOR_SUCCESS="\e[1;32m" COLOR_RESET="\e[m" # create branch -git checkout development || exit 1 +git checkout develop || exit 1 git checkout -b ${BRANCH} || exit 1 # check updates