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
When the release-registry already contains a symlink for the specified version craft fails to publish the release. I would expect that it overrides the symlink with the JSON for the specified release.
As mentioned in the offline discussion, this in not something we should change in craft, I believe. This error actually helped to uncover the issue we have with the tooling in release-registry. @philipphofmann lmk if you still think that we should change this behavior.
When the release-registry already contains a symlink for the specified version craft fails to publish the release. I would expect that it overrides the symlink with the JSON for the specified release.
Steps to reproduce with sentry-cocoa:
craft prepare 5.1.10
craft publish 5.1.10 --target registry
Error: Version file for "5.1.10" already exists. Aborting.
This is related to getsentry/sentry-release-registry#27
The text was updated successfully, but these errors were encountered: