git describe --tags match with `v*` to generate version
When using git describe to generate a project version
for a git project using tags, matches tag with v*
only
to allow using other non version related tags in repositories.
When using git describe to generate a project version
for a git project using tags, matches tag with v*
only
to allow using other non version related tags in repositories.