pitrou commented on code in PR #13966:
URL: https://github.com/apache/arrow/pull/13966#discussion_r954610090
##########
dev/archery/archery/crossbow/core.py:
##########
@@ -696,7 +696,7 @@ def get_version(root, **kwargs):
# query the calculated version based on the git tags
kwargs['describe_command'] = (
- 'git describe --dirty --tags --long --match "apache-arrow-[0-9].*"'
+ 'git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*"'
Review Comment:
Ahah, I see. Git being git, as usual...
--
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]