🚀 Release page improvements: new navigation sidebar and per-asset download counts #200055
Replies: 3 comments 8 replies
-
|
Are there any plans to improve navigation for "monorepos" or repos that have disparate releases? For example, https://github.com/apache/airflow/releases has both airflow itself, but also "helm charts" (tagged as It would be really helpful to have a way to browse in chronological order, or "diff to previous", each of these sub-components, individually. |
Beta Was this translation helpful? Give feedback.
-
|
Release list should be searchable. Having to repeatedly click the Next button to find the most recent non-Canary release at https://github.com/vercel/next.js/releases is nothing short of a chore. |
Beta Was this translation helpful? Give feedback.
-
|
@moraesc With this change, it appears that the download count for some Releases (contain no extra files) is no longer available. For example, if a project's release only includes the default source code archives, the API now returns I only noticed this because one of my projects uses a shields.io badge to display the release download count. Since this change, the badge now shows |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We've shipped a couple of improvements to make the Releases experience easier to navigate and more informative.
Sidebar table of contents
Release pages now include a dedicated sidebar table of contents, making it easier to scan, navigate, and move between entries on long pages. We also updated release metadata placement for a more consistent layout overall.
Download counts in the UI
Users with write access can now see download counts per release asset directly in the Releases UI. Previously, this data was only available through the API. With counts now visible in-product, you can more quickly understand release adoption and identify which assets are downloaded most often.
Share your feedback
If you have questions, feedback, or ideas for how we can continue to improve the Releases experience, let us know in the comments below. 👇
Beta Was this translation helpful? Give feedback.
All reactions