Skip to content

Commit ca485ba

Browse files
committed
remove modifcation on this file, it is not up-to-date
1 parent 014ea9f commit ca485ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging_automation/prepare_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def commit_changes_for_version_bump(project_name, project_version):
523523
current_branch = get_current_branch(os.getcwd())
524524
print(f"### Committing changes for branch {current_branch}... ###")
525525
run("git add .")
526-
run(f'git commit -m "Bump {project_name} version to {project_version}"')
526+
run(f' git commit -m "Bump {project_name} version to {project_version} "')
527527
print(f"### Done Changes committed for {current_branch}. ###")
528528

529529

0 commit comments

Comments
 (0)