gitlab-semantic-versioning icon indicating copy to clipboard operation
gitlab-semantic-versioning copied to clipboard

Fixed git describe --tags returning an invalid semver string

Open UtsavPreet opened this issue 5 years ago • 2 comments

This PR is for fixing the issue where

git describe --tags

returns: 1.0-77-g359d01d

which is invalid semver string.

UtsavPreet avatar Aug 24 '20 05:08 UtsavPreet

Hi @UtsavPreet

Thank you for opening this PR. It's marked as WIP. Is that still the case?

mrooding avatar Sep 27 '20 13:09 mrooding

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

kayman-mk avatar Sep 28 '20 17:09 kayman-mk