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

Class BumpTagFailedError

commitizen/exceptions.py:136–139  ·  view source on GitHub ↗

Tag failed when bumping version

Source from the content-addressed store, hash-verified

134
135
136class BumpTagFailedError(CommitizenException):
137 """Tag failed when bumping version"""
138
139 exit_code = ExitCode.BUMP_TAG_FAILED
140
141
142class CurrentVersionNotFoundError(CommitizenException):

Callers 1

__call__Method · 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…