Skip to content

Commit

Permalink
Log successful creation of a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored Aug 30, 2024
1 parent 0b10e10 commit 3b552d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def tag(
name = kind_or_name
args = ['-a', semver(name), '-m', '', *context.args]
subprocess.run(['git', '-C', repository.location, 'tag', *args], check=True)
print(f"Created tag {name}")


if __name__ == '__main__':
Expand Down

0 comments on commit 3b552d4

Please sign in to comment.