zrhoffman edited a comment on pull request #6689:
URL: https://github.com/apache/trafficcontrol/pull/6689#issuecomment-1077762095


   The extra validation added by this PR helps, but what ended up being the 
issue is that the latest ATS 8.1.x tag, 
[`8.1.4`](https://github.com/apache/trafficserver/releases/tag/8.1.4), is not 
annotated, and the `git describe` command used to version the ATS RPM only 
checks annotated git tags by default, so it used the last annotated tag, 
`8.1.3`. 44a29b4d7b fixed this by added the `--tags` option, which includes 
unannotated tags, too.


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