-
Notifications
You must be signed in to change notification settings - Fork 12
Development
Jeroen Vermeulen edited this page May 12, 2020
·
16 revisions
cd ~/magento2
composer config repositories.mh_performance_dashboard vcs [email protected]:magehost/performance-dashboard.git
composer require --prefer-source magehost/performance-dashboard:dev-master
php bin/magento module:enable MageHost_PerformanceDashboard
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
cd ~/magento2
test -d magento-coding-standard || composer create-project magento/magento-coding-standard --stability=dev magento-coding-standard
composer --working-dir=magento-coding-standard update
{
magento-coding-standard/vendor/bin/phpcbf --standard=Magento2 vendor/magehost/performance-dashboard
clear
magento-coding-standard/vendor/bin/phpcs --standard=Magento2 vendor/magehost/performance-dashboard
printf "\e[31m%s\e[0m\n" "$( magento-coding-standard/vendor/bin/phpcs --standard=Magento2 vendor/magehost/performance-dashboard --severity=10)"
}
- Update composer.json
- Update screenshot
- Update README.md
- Update CHANGELOG.md
- Update Install Guide
- Update User Guide - includes screenshot
- Create GitHub Release
- Download file, must be named
performance-dashboard-1.##.0.zip
- Test zip file using validate_m2_package.php
- Using Edit Extension
- In release notes paste changes since current version in Marketplace