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
In silverstripe/silverstripe-admin#1318 we changed the constraint for silverstripe/recipe-plugin and added silverstripe/vendor-plugin as an explicit dependency of installer both with constraint 2.x-dev. This was to resolve a problem where the alpha release was being checked out in CI when we needed the dev branch.
When we do a release, we need to make sure the release includes the correct stability constraints for these. There are two ways to handle that:
Make sure these plugins are handled by cow. Cow already knows how to deal with these constraints, so it just needs to know it is meant to handle the constraints for these dependencies as well.
Manually revert these constraints to ^2 before we do a release. This solution is simpler but it runs the risk of the same thing happening to us again at some future point in time.
In silverstripe/silverstripe-admin#1318 we changed the constraint for
silverstripe/recipe-plugin
and addedsilverstripe/vendor-plugin
as an explicit dependency of installer both with constraint2.x-dev
. This was to resolve a problem where the alpha release was being checked out in CI when we needed the dev branch.When we do a release, we need to make sure the release includes the correct stability constraints for these. There are two ways to handle that:
^2
before we do a release. This solution is simpler but it runs the risk of the same thing happening to us again at some future point in time.Note: also need to do the same for recipe-kitchen-sink (see silverstripe/recipe-kitchen-sink#26)
PRs
The text was updated successfully, but these errors were encountered: