-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Get-commits errors out while get-version works #1049
Comments
What exactly are you passing into |
Ok, I'm an idiot, didn't realize this :) But I have a follow up question. In this repo I have a folder called
|
As to why you get 1.0.8, that's because in the commit before you added the nested version.json, that same directory built 1.0.7 (on account of the repo-root level version.json file setting 1.0 seven commits ago.) |
The
nbgv
successfully gives me the version number fromget-version
commandhowever, when I try to get commits via
nbgv get-commits
, I receive"" is not a simple a.b.c[.d] version spec.
. It's unclear what is the issueHere is the repo in question
The text was updated successfully, but these errors were encountered: