GitHub url does not work when there are no releases
See original GitHub issueI would expect the github url to work even when there are no releases and instead, use the master branch.
For example, /gh/jsonmc/jsonmc/ has the following response:
Couldn’t find the requested release version latest.
Or at the very least, could there be an option to use a branch instead of a tag such as @master
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (10 by maintainers)
Top Results From Across the Web
Troubleshooting cloning errors - GitHub Docs
To avoid this error, when cloning, always copy and paste the clone URL from the repository's page.
Read more >Cannot access github releases for a repo, via web UI
To the right of the list of files, click Releases or Latest release. However, when I do this there is no "Releases" or...
Read more >Build GitHub repositories - Azure Pipelines - Microsoft Learn
Your GitHub users don't automatically get access to Azure Pipelines. ... For this reason, there's no way to configure Azure Pipelines to ...
Read more >Git - Jenkins Plugins
Prior release notes are recorded in the git plugin repository change ... Other credential types will not work with HTTP or HTTPS protocols....
Read more >How to Get Started with GIT and work with GIT Remote Repo
We do not wish to track the " .class " as they can be reproduced from " .java ". ... You can find...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Guess what just landed on our servers 😉
https://cdn.jsdelivr.net/gh/jsonmc/jsonmc/ https://cdn.jsdelivr.net/gh/jsonmc/jsonmc@master/ https://cdn.jsdelivr.net/gh/jsonmc/jsonmc@any-other-branch/
@heymartinadams there’s no example at https://www.jsdelivr.com/?docs=gh but the first line mentions it:
I agree the readme should be updated too though.