ntheanh201 commented on PR #7958:
URL: https://github.com/apache/trafficcontrol/pull/7958#issuecomment-2219485603

   > > Actually, sometimes I see it will be like that, today I tried and the 
tag was 9.2.4 without rc0
   > 
   > Does this command print the `9.2.4` tag for you?
   > 
   > ```shell
   > git describe --match=9.2.4 9.2.4
   > ```
   > 
   > For me, it outputs
   > 
   > ```
   > fatal: No annotated tags can describe 
'90fbf13db0858cef0e0a094f445d846b60a4c1ef'.
   > However, there were unannotated tags: try --tags.
   > ```
   > 
   > . However,
   > 
   > ```
   > git describe --match=9.2.4-rc0 9.2.4
   > ```
   > 
   > and
   > 
   > ```
   > git describe --match=9.2.3 9.2.3
   > ```
   > 
   > work.
   
   for me, it outputs:
   > git describe --long --tags --match='*[0-9.][0-9.][0-9.]'
   9.2.4-0-g90fbf13db


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