We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 095f02e + 308de9c commit 0647072Copy full SHA for 0647072
docs/exit_codes.md
@@ -10,7 +10,7 @@ These exit codes can be found in `commitizen/exceptions.py::ExitCode`.
10
| DryRunExit | 0 | Exit due to passing `--dry-run` option |
11
| NoCommitizenFoundException | 1 | Using a cz (e.g., `cz_jira`) that cannot be found in your system |
12
| NotAGitProjectError | 2 | Not in a git project |
13
-| NoCommitsFoundError | 4 | No commit found |
+| NoCommitsFoundError | 3 | No commit found |
14
| NoVersionSpecifiedError | 4 | Version can not be found in configuration file |
15
| NoPatternMapError | 5 | bump / changelog pattern or map can not be found in configuration file |
16
| BumpCommitFailedError | 6 | Commit error when bumping version |
0 commit comments