You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/11 11:51:44 UTC

[GitHub] [tvm] leandron commented on a change in pull request #9472: [CI] Make `version.py` to rely on repository metadata to generate version string

leandron commented on a change in pull request #9472:
URL: https://github.com/apache/tvm/pull/9472#discussion_r747435105



##########
File path: version.py
##########
@@ -80,7 +78,7 @@ def git_describe_version():
       after the most recent tag(v0.7.0),
       the git short hash tag of the current commit is 0d07a329e.
     """
-    cmd = ["git", "describe", "--tags", "--match", "v[0-9]*.[0-9]*.[0-9]*"]
+    cmd = ["git", "describe", "--tags", "--match", "v[0-9]*.[0-9]*.[dev0-9]*"]

Review comment:
       Correct, excellent suggestion! 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org