The tag is exist:
$ git tag
v4.0.0-alpha
but when use describe:
$ git describe --tags
fatal: No tags can describe 'b42e62743a298e1dff2a686fde01319e9a75b65a'.
Try --always, or create some tags.
I did missing something. But what ? How to properly get latest tag of repo ?