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
log.Printf("%2d : Starting Release %s for %s with Tag Version %s on branch %s with fallback branch %s and possible support branch %s", index+1, userInput.releaseName, project, userInput.tag, userInput.source, userInput.fallbackBranch, userInput.supportBranchName)
108
110
@@ -112,8 +114,13 @@ func main() {
112
114
log.Fatalf("Could not get the Target Branch %v", err)
113
115
}
114
116
log.Printf("Selected Branch %s to create tag %s", targetBranch, userInput.tag)
0 commit comments