The commits found are not eligible to be bumped
| 79 | |
| 80 | |
| 81 | class NoneIncrementExit(CommitizenException): |
| 82 | """The commits found are not eligible to be bumped""" |
| 83 | |
| 84 | exit_code = ExitCode.NO_INCREMENT |
| 85 | |
| 86 | |
| 87 | class NoCommitizenFoundException(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…