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 we add a new package to release-registry, it's intuition for folks to add the version we're about to release.
The one that actually has that package.
Craft can't handle that, and crashes if the version already exists:
If the package isn't there, craft also fails. So we're required to add it manually first.
Request: Please ignore when the package already exists and carry on the release.
The text was updated successfully, but these errors were encountered:
@bruno-garcia can you link the run for this? I'm not sure I completely understand all the moving parts here and would like to see where the trace is coming from
Let's assume we want to add a new module for 6.3.0, we can't just add it to the release registry as 6.3.0 as the release build will then fail like the one bruno mentioned (linked at the start of my message). So we have to add it to the release registry with an older version that doesn't really exist to make the release work.
When we add a new package to release-registry, it's intuition for folks to add the version we're about to release.
The one that actually has that package.
Craft can't handle that, and crashes if the version already exists:
If the package isn't there, craft also fails. So we're required to add it manually first.
Request: Please ignore when the package already exists and carry on the release.
The text was updated successfully, but these errors were encountered: