mtkennerly / dunamai

Dynamic versioning library and CLI
https://dunamai.readthedocs.io/en/latest
MIT License
312 stars 24 forks source link

Fail to parse `stage` and `revision` when `tagged_metadata` not provided #37

Closed hantoine closed 2 years ago

hantoine commented 2 years ago

Hi,

Thank you for providing this great library. In the latest version released, the library cannot parse the stage and revision parts of a git tag if tagged_metadata is not included in the pattern. It looks like the issue has just been fixed with this commit, can you please release a new version of the library?

Thank you

mtkennerly commented 2 years ago

Hi! Thanks for pointing this out, and yeah, I noticed it while I was working on #33. I'm planning to have a new release out shortly.

hantoine commented 2 years ago

Great, thank you