You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's come up before. If it were opt-in so that the default behavior of the plugin didn't change, then I can't think of any reason we shouldn't accept a PR on this.
For larger repos in resource constrained CI/CD environments, having to unshallow the history can be a show stopper.
At least for the mayor use-cases, it would however be possible to find the "closest" tag by peeking at the upstream history without a (deep) clone, as described in the top answer to this stackoverflow post: https://stackoverflow.com/questions/10649814/get-last-git-tag-from-a-remote-repo-without-cloning. The key idea is to leverage
git ls-remote
.Are there any plans or ideas to support such an approach or is this considered out of scope for sbt-dynver?
The text was updated successfully, but these errors were encountered: