File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ commitChanges() {
117
117
# with the name release-vX
118
118
# # This func will be used when we have a new major release and there is no branch in the upstream repo
119
119
createNewReleaseBranch (){
120
- git checkout -b " ${RELEASE_BRANCH} " " ${RELEASE_UPSTREAM_NAME} " / main
120
+ git checkout -b " ${RELEASE_BRANCH} " main
121
121
git push " ${RELEASE_UPSTREAM_NAME} " " ${RELEASE_BRANCH} "
122
122
# hub sync -- this supposedly will create that branch in upstream
123
123
}
@@ -127,7 +127,7 @@ verifyReleaseBranch() {
127
127
echo " Branch $RELEASE_BRANCH exists in the upstream repository."
128
128
else
129
129
echo " Branch $RELEASE_BRANCH does not exist in the upstream repository."
130
- # createNewReleaseBranch
130
+ createNewReleaseBranch
131
131
132
132
fi
133
133
}
You can’t perform that action at this time.
0 commit comments