Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed git describe --tags returning an invalid semver string #9

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

UtsavPreet
Copy link

This PR is for fixing the issue where

git describe --tags

returns: 1.0-77-g359d01d

which is invalid semver string.

@UtsavPreet UtsavPreet marked this pull request as draft August 26, 2020 07:45
@mrooding
Copy link
Owner

Hi @UtsavPreet

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

@kayman-mk
Copy link
Contributor

kayman-mk commented Sep 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants