Use present wording in version bump script (#102897)
This commit is contained in:
parent
ca5bcb9ab1
commit
c3da075554
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def main():
|
|||
if not arguments.commit:
|
||||
return
|
||||
|
||||
subprocess.run(["git", "commit", "-nam", f"Bumped version to {bumped}"], check=True)
|
||||
subprocess.run(["git", "commit", "-nam", f"Bump version to {bumped}"], check=True)
|
||||
|
||||
|
||||
def test_bump_version():
|
||||
|
|
Loading…
Add table
Reference in a new issue