Skip to content

Commit

Permalink
Update bump_recipes_versions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jan 14, 2025
1 parent ac6b08b commit a27721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emci/bot/bump_recipes_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def bump_recipe_version(recipe_dir, target_pr_branch_name):
update_recipe_version(recipe_file, new_version=new_version, new_sha256=new_sha256, is_ratler=is_rattler)

# commit the changes and make a PR
pr_title = make_pr_title(name, current_version, new_version)
pr_title = make_pr_title(name, current_version, new_version, target_pr_branch_name)
print(f"Making PR for {name} with title: {pr_title} with target branch {target_pr_branch_name}")
make_pr_for_recipe(recipe_dir=recipe_dir, pr_title=pr_title, branch_name=branch_name,
target_branch_name=target_pr_branch_name,
Expand Down

0 comments on commit a27721c

Please sign in to comment.