shivas / versioning-bundle

Simple way to version (semantic versioning 2.0.0) your Symfony2/3/4/5/6 application
MIT License
111 stars 30 forks source link

GitRepositoryProvider returned an invalid version #67

Closed antoine1003 closed 4 years ago

antoine1003 commented 4 years ago

Hi, I try to install an existing project using your bundle but I got an error in dev environnement : Shivas\VersioningBundle\Provider\GitRepositoryProvider returned an invalid version.

I clone an existing git project which has git tags.

Do you have any idea?

antoine1003 commented 4 years ago

Okay for those who have the same error I find out what is wrong. The versionning needs to match this REGEX. v1.2 won't be validated but v1.2.0 will as 1.2.0