We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d96ef commit 3ce8dd5Copy full SHA for 3ce8dd5
src/cli/strategies/git-cz.js
@@ -67,6 +67,7 @@ function gitCz (rawGitArgs, environment, adapterConfig) {
67
if (error) {
68
throw error;
69
}
70
+ process.exit(0);
71
});
72
}, shouldStageAllFiles);
73
0 commit comments