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.
2 parents 3494fb8 + f9fd201 commit e44352bCopy full SHA for e44352b
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: no-commit-to-branch
15
16
- repo: https://github.com/commitizen-tools/commitizen
17
- rev: v2.32.2 # automatically updated by Commitizen
+ rev: v2.32.3 # automatically updated by Commitizen
18
hooks:
19
- id: commitizen
20
- id: commitizen-branch
commitizen/bump.py
@@ -158,7 +158,7 @@ def update_version_in_files(
158
159
# Write the file out again
160
with smart_open(filepath, "w") as file:
161
- file.write("".join(version_file))
+ file.write(version_file)
162
163
164
def _bump_with_regex(
0 commit comments