MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / CurrentVersionNotFoundError

Class CurrentVersionNotFoundError

commitizen/exceptions.py:142–145  ·  view source on GitHub ↗

Current version cannot be found in `version_files`

Source from the content-addressed store, hash-verified

140
141
142class CurrentVersionNotFoundError(CommitizenException):
143 """Current version cannot be found in `version_files`"""
144
145 exit_code = ExitCode.CURRENT_VERSION_NOT_FOUND
146
147
148class NoAnswersError(CommitizenException):

Callers 1

update_version_in_filesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…