-
Notifications
You must be signed in to change notification settings - Fork 1
Does not handle missing repository url. #103
Comments
More info from
So not sure what is going on here... (These are extracted from the correct versions of these packages from the error above) |
Looks like possibly unreleased changes might fix this. |
What is on master still does not work. I verified locally. |
Thanks for reporting. When repository.url is not present, hothouse should not try to fetch tag and releases. |
@remotezygote I'm sorry for late reply. I took a week off. I fixed this issue by these commits. If you still have any problem, please re-open this issue. |
No worries! Time off is important. Thanks a bunch! I'll try it now. |
It works! Thanks so much! |
Environment
0.4.7
yarn
yarn workspaces
Overview
When out-of-date packages are found, hothouse tries to get the repository url for each package, but some packages do not have a repository section at all (this is fairly common).
Actual behavior
Expected behavior
No errors. Not sure what is after this since this is as far as I have gotten so far.
The text was updated successfully, but these errors were encountered: