Skip to content

Commit

Permalink
fix: typo bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Solberg committed Feb 15, 2024
1 parent 8a5219c commit 8ab976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitizen/version_schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def bump(
prerelease_offset: int = 0,
devrelease: int | None = None,
is_local_version: bool = False,
build_metadata: str | None = None,
force_bump: bool = False,
) -> Self:
"""
Expand Down Expand Up @@ -261,7 +262,6 @@ def bump(
base = self.increment_base(increment)
dev_version = self.generate_devrelease(devrelease)

build_metadata = self.generate_build_metadata(build_metadata)
release = list(self.release)
if len(release) < 3:
release += [0] * (3 - len(release))
Expand Down

0 comments on commit 8ab976c

Please sign in to comment.