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

Class BumpCommitFailedError

commitizen/exceptions.py:130–133  ·  view source on GitHub ↗

Commit failed when bumping version

Source from the content-addressed store, hash-verified

128
129
130class BumpCommitFailedError(CommitizenException):
131 """Commit failed when bumping version"""
132
133 exit_code = ExitCode.BUMP_COMMIT_FAILED
134
135
136class BumpTagFailedError(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…