You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## validate base branch. this must either be "master" or a release branch which will match the pattern "x.y-main"
350
+
raise"The branch #{GH_BASE_BRANCH} is not valid for releasing backup-utils. branch name must be master or match x.y-main"if !is_base_branch_valid?(GH_BASE_BRANCH)
351
+
352
+
## derive the proper stable branch. if the base branch is "master" the stable branch is just "stable"
353
+
## if the base branch is a release branch, the stable branch will be "x.y-stable"
0 commit comments