-
|
Before I log a bug I wanted to make sure it's indeed a bug. Using gh release list --repo $(npm view <package> repository.url)This currently works if the URL uses |
Beta Was this translation helpful? Give feedback.
Answered by
mislav
Sep 20, 2021
Replies: 1 comment 3 replies
-
|
The
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mislav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
--repoflag wasn't designed to work with git remote URLs, so it likely won't work with URLs such asgit+https://...orgit@github.com:.... The flag accepts values in the following formats:owner/repohost/owner/repohttps://host/owner/repo