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



##########
File path: version.py
##########
@@ -31,17 +31,15 @@
 import logging
 import subprocess
 
-# Modify the following two settings during release
+# Modify the following value during release
 # ---------------------------------------------------
 # Current version
 # We use the version of the incoming release for code
-# that is under development
+# that is under development. It is also fallback version

Review comment:
       Actually the use of `git describe` is not the default, so this statement 
doesn't apply here. This script covers also the use case of generating a 
release form a completely non-git source base, e.g. a source-only tarball.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to