Skip to content

Commit

Permalink
Use better verbiage to talk about the tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattscarpenter committed Sep 2, 2024
1 parent 51ff1b9 commit 04f4bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, options):
current_name = self.repo.git.describe(all=True)
print(f"Current name: {current_name}", file=sys.stderr)
current_tag = self.repo.rev_parse(current_name)
print(f"Current tag (long): {current_tag}", file=sys.stderr)
print(f"Current tag id: {current_tag}", file=sys.stderr)
try:
self.current_tag = current_tag.tag
print(f"Current tag: {self.current_tag}", file=sys.stderr)
Expand Down

0 comments on commit 04f4bf6

Please sign in to comment.