Neargye / semver

Semantic Versioning for modern C++
MIT License
296 stars 32 forks source link

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

Open pettitpeon opened 3 years ago

pettitpeon commented 3 years ago

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!

egorpugin commented 3 years ago

@pettitpeon FYI https://github.com/Neargye/semver/issues/6#issuecomment-796742472