Neargye/semver

Could you add support for "git describe" versions which are actually supported by SemVer 2.0.0

pettitpeon opened this issue · 1 comments

An example version:
$ git describe --dirty
0.0.2-19-g084f5d4-dirty

You can check here that it is a valid Semantic Version
https://regex101.com/r/vkijKf/1/

Thanks!
Cheers!