-
Notifications
You must be signed in to change notification settings - Fork 30
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
git describe showing old version? #382
Comments
We haven't been pushing the tags from upstream to this repo lately. Edit: I can do that now, I guess. Good to have record of all of what upstream was up to. And it'll make sure we don't post conflicting tags. I hope it doesn't start a flood of CI runs. I'll look out for that, just in case. Also, we have hundreds of commits which aren't technically in upstream. (Even if some of the work has actually been merged over at upstream, it was usually on separate, rebased branches. So git would see them as totally unique commits.) Not sure if that complicates use of The fork hasn't really been tagging releases, so much as working with upstream until now, and putting changes in Edit 2: Additionally, upstream never tagged anything newer than v1.61.0-beta0. So that is the most recent thing that's going to show.
Upstream apparently has not been in the habit of creating annotated tags. In my experience, annotated tags are a git feature that is rarely used in open-source. |
Thanks a lot. Meanwhile, I use the following code for obtaining
|
Hello,
according to tutorials I found on the net, it should be possible to obtain the version of a
git
branch using the following command:However, this command does not show the current version (1.63-dev if I am not mistaken) but something older:
Please let me kindly ask you for advice.
The text was updated successfully, but these errors were encountered: