Releases: "Commits since this Release" link is gone from the release page? #201116
Replies: 4 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
GitHub occasionally tweaks their UI, and sometimes that link disappears depending on how the release tag is associated with the default branch. If you still want to see those commits without leaving the UI, the easiest way is to use GitHub's Compare feature. You can do this in two ways: The URL trick (fastest): Just type /compare/0.310.1...main (or whatever the default branch name is) at the end of the base repository URL. For example: evcc-io/evcc@0.310.1...master Through the UI: Go to the main repository page, click on the Tags tab (usually next to branches), find the 0.310.1 tag, and click the Compare button next to it. That will give you the exact same list of commits that the old link used to provide. |
Beta Was this translation helpful? Give feedback.
-
|
I'm glad someone else noticed this as well. I was about to create a topic about this very same issue. I wonder what is the reasoning behind removing this functionality. It was a reliable way to check new commits that were made after a certain release. |
Beta Was this translation helpful? Give feedback.
-
|
I though I did something with UI settings ir something.. this is very inconvenient, please roll back ASAP |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
Releases like https://github.com/evcc-io/evcc/releases/tag/0.310.1 used to show a "Commits since this Release" link. This link is no longer visible on the release page, even for the latest release. How can this information be retrieved through the GH ui?
Beta Was this translation helpful? Give feedback.
All reactions