Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8ab976c

Browse files
author
Lars Solberg
committed
fix: typo bugs
1 parent 8a5219c commit 8ab976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/version_schemes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def bump(
118118
prerelease_offset: int = 0,
119119
devrelease: int | None = None,
120120
is_local_version: bool = False,
121+
build_metadata: str | None = None,
121122
force_bump: bool = False,
122123
) -> Self:
123124
"""
@@ -261,7 +262,6 @@ def bump(
261262
base = self.increment_base(increment)
262263
dev_version = self.generate_devrelease(devrelease)
263264

264-
build_metadata = self.generate_build_metadata(build_metadata)
265265
release = list(self.release)
266266
if len(release) < 3:
267267
release += [0] * (3 - len(release))

0 commit comments

Comments
 (0)