Debian package management uses its own specific version sorting algorithm, which treats punctuation and letters differently than standard SemVer.
When a tag is create, check it semver and deny the creation of tag
like: 0.12.0.rc.10 must be 0.12.0-rc.10
Debian package management uses its own specific version sorting algorithm, which treats punctuation and letters differently than standard SemVer.
When a tag is create, check it semver and deny the creation of tag
like:
0.12.0.rc.10must be0.12.0-rc.10