Skip to content

Commit

Permalink
reana-dev: show component name in git-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Sep 6, 2023
1 parent 01e7c8e commit 78c23c6
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 @@ -1361,7 +1361,7 @@ def git_tag(component, exclude_components): # noqa: D301
sys.exit(1)

current_version = get_current_component_version_from_source_files(component)
run_command(f"git tag {current_version}")
run_command(f"git tag {current_version}", component=component)


git_commands_list = list(git_commands.commands.values())

0 comments on commit 78c23c6

Please sign in to comment.