You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@philipphofmann was trying to release sentry-cocoa5.1.10 after 5.1.10-beta.0 had been released. craft fails because a file 5.1.10.json already exists.
While there is a fix to be made in craft, a question that is relevant for the registry is whether pre-release versions should generate symlinks in the same way as regular releases.
For the purposes for what the registry is used, when 5.1.10-beta.0 is released, is it correct to make 5.json, 5.1.json, 5.1.10.json and latest.json all point to the pre-release version file 5.1.10-beta.0.json?
The text was updated successfully, but these errors were encountered:
Re-opening because #29 only prevents pre-releases from creating x.y.z.json, but doesn't cover pre-releases overwriting x.json, x.y.json and latest.json.
@philipphofmann was trying to release
sentry-cocoa
5.1.10
after5.1.10-beta.0
had been released.craft
fails because a file5.1.10.json
already exists.While there is a fix to be made in
craft
, a question that is relevant for the registry is whether pre-release versions should generate symlinks in the same way as regular releases.sentry-release-registry/bin/sync-links
Lines 21 to 32 in 8d4baf5
For the purposes for what the registry is used, when
5.1.10-beta.0
is released, is it correct to make5.json
,5.1.json
,5.1.10.json
andlatest.json
all point to the pre-release version file5.1.10-beta.0.json
?The text was updated successfully, but these errors were encountered: