-
-
Notifications
You must be signed in to change notification settings - Fork 496
Move recipes from metas to packs #1093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. |
We'll need new flex releases. |
indeed, this should not have been done before releasing the Flex version supporting the pre-requisite, because recipe changes go live on merge, while Flex changes don't propagate in the ecosystem until the release is done (and even then, it is safer to give a bit of time) |
All tags pushed. This should all work nicely now. |
Since symfony/flex#923, recipes can be bound to packs and still be managed by
recipes:update
.Aka packs don't need a sibling
*-meta
repo anymore.