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
if (!$BumpMajor-and!$BumpMinor-and!$BumpPatch-and!$BumpBuild){
59
+
Die -1"You need to indicate which part of the version to update via -BumpMajor/-BumpMinor/-BumpPatch/-BumpBuild flags or a custom version via -NewVersion"
60
+
}
61
+
}
62
+
54
63
if ($Push-and!$Commit) {
55
64
Die 1"Cannot push a version bump without -Commit"
56
65
}
@@ -64,23 +73,19 @@ if (!$?) {
64
73
}
65
74
66
75
if ($NewVersion-eq$null) {
67
-
if (!$BumpMajor-and!$BumpMinor-and!$BumpPatch-and!$BumpBuild){
68
-
Die -1"You need to indicate which part of the version to update via -BumpMajor/-BumpMinor/-BumpPatch flags or a custom version via -NewVersion"
0 commit comments