shivas / versioning-bundle

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

Support for git hashes #46

Closed SteppingHat closed 1 year ago

SteppingHat commented 5 years ago

I'd be happy to contribute to this if its in the scope for the project, but would it be feasible to support git commit hashes as a provider? This breaks away from the semantic versioning that the bundle aims to provide, but I believe that there is some value to provide at least the option to choose this form of versioning.

dontub commented 5 years ago

This bundle uses a version class that enforces the syntax of a semantic version number. How would a version number of this provider look like?