mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Use present wording in version bump script (#102897)
This commit is contained in:
parent
ca5bcb9ab1
commit
c3da075554
@ -177,7 +177,7 @@ def main():
|
|||||||
if not arguments.commit:
|
if not arguments.commit:
|
||||||
return
|
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():
|
def test_bump_version():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user