Skip to content

Commit 39729c7

Browse files
authored
fix(dev-tools): ensure that bump is minimal so that later release sort properly (#10878)
1 parent a727f20 commit 39729c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/bump_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def main():
66

77
version = Version.from_git(latest_tag=True, pattern="default-unprefixed")
88
if version.distance:
9-
version = version.bump(index=0)
9+
version = version.bump(index=-1)
1010
format = "{base}.dev{distance}"
1111
else:
1212
format = None

0 commit comments

Comments
 (0)