mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 09:23:17 -04:00
Use present wording in version bump script (#102897)
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user