dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
20.96k stars 4.91k forks source link

8.0.100-rc.1.23455.8 release was deleted from 8.0 releases json #8902

Open agocke opened 11 months ago

agocke commented 11 months ago

I use the releases.json file to track and manage SDKs. In https://github.com/dotnet/core/commit/45092744234338d9b285d3741f0cfc7127d34a08 it looks like 8.0.100-rc.1.23455.8 was deleted, and 8.0.100-rc.1.23463.5 was added in its place.

This is wrong. After a release appears, it should never disappear. The old SDK should have appeared as a different, older release.

@rbhanda

mairaw commented 11 months ago

The issue is that folks were complaining we were showing duplicate entries on dot.net since we never expect the same release to appear twice in the file. I'd need to investigate which key was causing the duplicate entry to show up and see if there's something we can do about it to work around it or define what's the right fix.

mairaw commented 11 months ago

@rbhanda can you create a test PR with the info back so we can investigate this after the .NET 8 release?