-
Notifications
You must be signed in to change notification settings - Fork 155
Release
Marc Ginesta edited this page Feb 16, 2022
·
14 revisions
- Increment the version in
composer.json
- Run
composer update magento/magento-coding-standard
to update thecomposer.lock
- Open a PR and merge it to develop branch
- Merge develop to master branch
- Create a new release on Github
- Ensure the new version is available in packagist
- 📢 Notify the #coding-standard channel (from the Magento Open Source workspace)
- Update
composer.json
frommagento-api-index
,mray
anduct
pointing to the new magento-coding-standard version - Open a PR (for each repo) and merge it to develop
- Update composer.lock for
magento-commerce/magento2ce
andmagento-commerce/magento2ee
- Open a PR (for both repos) and run tests
@magento run all tests
- ☑️ Make sure that all tests are green