We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update_version_in_files
1 parent 8563db0 commit ecc3365Copy full SHA for ecc3365
commitizen/bump.py
@@ -49,7 +49,7 @@ def update_version_in_files(
49
new_version: str,
50
files: list[str],
51
*,
52
- check_consistency=False,
+ check_consistency: bool = False,
53
encoding: str = encoding,
54
) -> None:
55
"""Change old version to the new one in every file given.
0 commit comments