gitlab-semantic-versioning
gitlab-semantic-versioning copied to clipboard
Fixed git describe --tags returning an invalid semver string
This PR is for fixing the issue where
git describe --tags
returns: 1.0-77-g359d01d
which is invalid semver string.
Hi @UtsavPreet
Thank you for opening this PR. It's marked as WIP. Is that still the case?
When is 1.0-77-xxxx returned? As we start with 1.0.0 it should never happen. git describe returns 1.0.0-77-xxxxx