Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit e981c1f

Browse files
committed
Update publish.py comment
1 parent 8ad7347 commit e981c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def RunOrExit(args):
1313
sys.exit(1)
1414

1515
if __name__ == "__main__":
16-
# Example: 2018-01-13 (18:20)
16+
# Example: v2018-01-13@1820
1717
tag_name = datetime.datetime.now().strftime('v%F@%H%M')
1818
RunOrExit(['git', 'tag', tag_name])
1919
RunOrExit(['git', 'push', 'origin', tag_name])

0 commit comments

Comments
 (0)