zrhoffman opened a new issue, #12016: URL: https://github.com/apache/trafficserver/issues/12016
What I did: Ran ``` git clone https://github.com/apache/trafficserver.git cd trafficserver git describe --match=9.2.8 9.2.8 ``` Expected result: It outputs `9.2.8` Actual result: ``` $ git describe --match=9.2.8 9.2.8 warning: tag '9.2.8' is externally known as '9.2.8-rc0' 9.2.8-rc0-0-gd84659cac ``` More information: `git describe` works as expected with the `9.2.7` tag and the `9.2.8-rc0` tag: ``` $ git describe --match=9.2.7 9.2.7 9.2.7 $ git describe --match=9.2.8-rc0 9.2.8 9.2.8-rc0 ``` Tested in a fresh clone of the repo. Related: #11529 -- 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: issues-unsubscr...@trafficserver.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org