-
Notifications
You must be signed in to change notification settings - Fork 51
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
Mismatching versions & instructions #103
Comments
That error you're encountering has already been fixed in magento/composer-root-update-plugin@dcbfe8b However, 11 months later, they still forgot to release that fix in a stable new version ... Update, looks like this was already noticed this some months ago over here: magento/composer-root-update-plugin#36 |
@adobe export issue to Jira project COMDOX as Story |
✅ Jira issue COMDOX-865 is successfully created for this GitHub issue. |
I addressed the majority of your comments in f87eadc. The issue with the Composer plugin command appears to be a code issue. Please feel free to open a new issue (or PR) to suggest additional guidance. |
Issue in ./help/upgrade/implementation/perform-upgrade.md
This page should be overhauled. It refers to update methods going back to 2.4.1 and also examples and commands have mismatched versions
Example - Minor release
Text refers to 2.4.3 :
Minor releases contain new features, quality fixes, and security fixes. Use Composer to specify a minor release. For example, to specify the Magento Open Source 2.4.3 metapackage:
Instruction refers to 2.4.0
composer require-commerce magento/product-community-edition 2.4.0 --no-update
Example - Quality patch
Text refers to 2.4.1 :
Quality patches primarily contain functional and security fixes. However, they can sometimes contain new, backward-compatible features. Use Composer to download a quality patch. For example, to specify the Magento Open Source 2.4.1 metapackage:
Instruction refers to 2.4.3
composer require-commerce magento/product-community-edition 2.4.3 --no-update
And so on. ALL examples should be updated to refer to a SINGLE commerce version. EG 2.4.6 (as latest)
Also 'composer require-commerce' method throws an error when executed on Composer 2.
Normally I use 'composer update magento/product-enterprise-edition' version
Finally, updating on Cloud is slightly different too. This should be mentioned.
The text was updated successfully, but these errors were encountered: