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

feat: get latest tag by git rev-list #142

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

nmreadelf
Copy link
Collaborator

@nmreadelf nmreadelf commented Dec 9, 2023

When I build chDB on the main branch, the git describe --tags --abbrev=0 --match 'v*' command fails with the following error:

git describe --tags --abbrev=0 --match 'v*'
fatal: No tags can describe 'e899c3b12c0831ecdf0efbef5571242ccece05cc'.
Try --always, or create some tags.

To ensure greater stability, I recommend using the git describe --tags $(git rev-list --tags --max-count=1) command to retrieve the latest tag.

@auxten auxten merged commit 7241d99 into main Dec 10, 2023
9 of 12 checks passed
This pull request was closed.
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.

2 participants