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

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


-- 
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...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to