bump / changelog pattern or map can not be found in configuration file
| 122 | |
| 123 | |
| 124 | class NoPatternMapError(CommitizenException): |
| 125 | """bump / changelog pattern or map can not be found in configuration file""" |
| 126 | |
| 127 | exit_code = ExitCode.NO_PATTERN_MAP |
| 128 | |
| 129 | |
| 130 | class BumpCommitFailedError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…