Skip to content

Commit

Permalink
Update all files after running the create_vendor_package script
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Sep 26, 2024
1 parent 1a84b58 commit c2da471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def create_pr_for_vendor_package(args, repo_path, base_branch) -> str:
commit_cmd = ['git', "-C", repo_path,
'commit',
'-m', f'Bump version to {args.version}',
'CMakeLists.txt', 'package.xml']
'--all']
_, _ = check_call(commit_cmd)
push_cmd = ['git', "-C", repo_path,
'push', '--force',
Expand Down

0 comments on commit c2da471

Please sign in to comment.