Description
Hello,
We are using GitVersion to version packages written in many different languages and up to now; most package managers are supporting classic SemVer.
We now want to use GitVersion to version for our Python packages; thing is, the Python community decided to invent their own version standard which is not compatible with SemVer : PEP440.
e.g. a pre-release tag can only be equal to a predefined list (So something like 0.6.3-featurebranch.10
is forbidden) (See https://www.python.org/dev/peps/pep-0440/#appendix-b-parsing-version-strings-with-regular-expressions)
I know GitVersion is mainly .Net oriented, but would it be possible to also print out PEP440 compliant version numbers along with the other versions numbers? And while leveraging the various development mode GitVersion offers?
Thanks again, we love your tool!
- Frank