diff --git a/bunch-cli/src/main/kotlin/org/jetbrains/bunches/switch.kt b/bunch-cli/src/main/kotlin/org/jetbrains/bunches/switch.kt index bbcef6e..78e1ef4 100644 --- a/bunch-cli/src/main/kotlin/org/jetbrains/bunches/switch.kt +++ b/bunch-cli/src/main/kotlin/org/jetbrains/bunches/switch.kt @@ -222,7 +222,8 @@ fun doStepByStepSwitch(suffixes: List, repoPath: String, commitTitle: St commitChanges( repoPath, branchChanges, - commitTitle.replace("{target}", extension) + commitTitle.replace("{target}", extension), + noVerify = true ) } }