Closed paskino closed 8 months ago
Version tags are inconsistent:
>>> CCPi-Regularisation-Toolkit$ git tag 19.06 19.10 22.0 23.0 v0.10.0 v0.9.4 v0.9.4-rc.2 v0.9.4-rc.3 v19.02 v19.05 v19.10 v19.10.1 v20.04 v20.09 v21.0.0 v22.0.0
With this it is difficult (impossible for me) to create a regular expression to parse the output of git describe to get the version number as done in CIL.
git describe
Version tags are inconsistent:
With this it is difficult (impossible for me) to create a regular expression to parse the output of
git describe
to get the version number as done in CIL.