-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
disk
as fallback version resolver in nx release version
#19971
Comments
disk
as fallback version resolverdisk
as fallback version resolver in nx release version
Hmm I'm not sure about this one... I may be want you want that one time, but the rest of the time I think using I think this might be one of those cases where it is just on the user to get their very first release into the registry and then the registry or git-tag resolvers can take it from there. E.g. You could just start with I feel like falling back to |
Okay, I see, but I was thinking of a way to do it automatically for the first release. |
Hi Folks, we just merged a PR to address this, so in the next release of nx:
OR
We are working on docs to cover these workflows too. Many thanks! |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Description
Whether
registry
orgit-tag
version resolver failed, fallback todisk
version resolver instead throw errorMotivation
For the first release or publish,
registry
andgit-tag
will throw an error because there is no existing tag and package in the registrySuggested Implementation
For
registry
version resolverfor
git-tag
version resolverAlternate Implementations
The text was updated successfully, but these errors were encountered: