Skip to content

Commit

Permalink
fix(reana-dev): add PR number in commits bumping shared modules (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Mar 1, 2024
1 parent 634691f commit 6efdc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana/reana_dev/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ def git_upgrade_shared_modules(

def _create_commit_or_amend(components):
for c in components:
commit_cmd = f'git commit -m "build(python): bump shared modules{get_commit_pr_suffix(component)}"'
commit_cmd = f'git commit -m "build(python): bump shared modules{get_commit_pr_suffix(c)}"'
if amend:
commit_cmd = "git commit --amend --no-edit"

Expand Down

0 comments on commit 6efdc9b

Please sign in to comment.