Raúl Cumplido created ARROW-17518:
-------------------------------------
Summary: [CI][Docs][Python] Development version is not correctly
detected from git
Key: ARROW-17518
URL: https://issues.apache.org/jira/browse/ARROW-17518
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration, Documentation, Python
Reporter: Raúl Cumplido
Assignee: Raúl Cumplido
Attachments: image-2022-08-24-18-32-00-888.png
The current glob used on our git commands to detect the development version is
not correct and can be seen on the published docs:
!image-2022-08-24-18-32-00-888.png!
Reproduced on bash:
{code:java}
$ git describe --dirty --tags --long
apache-arrow-10.0.0.dev-113-g28b81ec-dirty
$ git describe --dirty --tags --long --match "apache-arrow-[0-9].*"
apache-arrow-9.0.0.dev-640-g28b81ec-dirty {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)