getsentry / sentry-release-registry

Meta repository with collected release history for SDKs and apps
MIT License
12 stars 18 forks source link

fix: Remove `14.12.1-dump1` preview release entries from nuget packages #169

Closed Lms24 closed 2 days ago

Lms24 commented 2 days ago

This PR removes the 14.12.1-dump1 entries from all .NET package and re-syncs the symlinks so that latest.json points to the latest 4.x stable release.

This version was a preview version and usually, craft should not create any release registry entries for preview versions. However, the chosen suffix isn't supported by craft's preview release detection logic. ~I opened https://github.com/getsentry/craft/pull/561 to add support for it because it seems like a possible suffix to be used in the future.~

I also noticed we have other preview release entries in the nuget/.NET packages like 4.9.0-sync.collectton.2 and 4.12.1-segv1. So to avoid this in the future, we should ensure that we

closes https://github.com/getsentry/sentry-docs/issues/11716

bruno-garcia commented 2 days ago

Thank you @Lms24 !