Skip to content

Commit 04f4bf6

Browse files
Use better verbiage to talk about the tag.
1 parent 51ff1b9 commit 04f4bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, options):
6969
current_name = self.repo.git.describe(all=True)
7070
print(f"Current name: {current_name}", file=sys.stderr)
7171
current_tag = self.repo.rev_parse(current_name)
72-
print(f"Current tag (long): {current_tag}", file=sys.stderr)
72+
print(f"Current tag id: {current_tag}", file=sys.stderr)
7373
try:
7474
self.current_tag = current_tag.tag
7575
print(f"Current tag: {self.current_tag}", file=sys.stderr)

0 commit comments

Comments
 (0)