leandron opened a new pull request #8009:
URL: https://github.com/apache/tvm/pull/8009


   Ignore invalid git tags when running `git describe` in `version.py`.
   
   * When using version.py, the presence of tags not conforming with 
vMAJOR.MINOR.REV can potentially cause `version.py` to fallback to the default 
release tag (currently `0.8.dev0`)
   
   * This change makes `version.py` ignore tags that do not conform with 
vMAJOR.MINOR.REV by using "git describe --match ...".
   
   * Also adds a bit of documentation as a note.
   
   cc @tqchen @areusch 
   


-- 
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.

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


Reply via email to