-
Notifications
You must be signed in to change notification settings - Fork 47
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
Version number becomes 0.0.0 when commit count exceeds 256 #133
Comments
perhaps CI did a 'shallow' git checkout and didn't fetch enough history to find the previous tag? |
^ There, in theory, would be a sanity check you opt into for that (https://github.com/dwijnand/sbt-dynver#sanity-checking-the-version) but it needs attention (#132). |
Oh, and |
Thank you for the help! Let's see how that works out scalameta/metals#1143 |
The readme still recommends Thank you! |
👍 9d128a8 |
See https://scalameta.org/metals/docs/editors/vscode.html#using-latest-metals-snapshot
I expected the version number to start with v0.7.6. I'm unable to reproduce locally on my computer, our CI does the releases. You can try to checkout the scalameta/metals repo at commit scalameta/metals@539450f
It looks like this branch is being hit
https://github.com/dwijnand/sbt-dynver/blob/569cd975e77bbfd2163ce792b131dcdd2832321e/src/main/scala/sbtdynver/DynVerPlugin.scala#L113
Any idea what might be going on?
The text was updated successfully, but these errors were encountered: