Under usual circumstance autoversion will generate a version from the latest tag - if the tag is not HEAD of the repo it will add a suffix +<COMMITS>-g<COMMIT_ID> - e.g. with a repo history like:
48fc4049 And even more updated
8f9bf18a (tag: v2.0.0) More updates
$ autoversion
2.0.0+1-g48fc4049
However if the version includes -turnkeyX - e.g. webmin: 2.60-turnkey0; the suffix will have a leading - instead of a +?!
Under usual circumstance
autoversionwill generate a version from the latest tag - if the tag is notHEADof the repo it will add a suffix+<COMMITS>-g<COMMIT_ID>- e.g. with a repo history like:However if the version includes
-turnkeyX- e.g. webmin:2.60-turnkey0; the suffix will have a leading-instead of a+?!