wearerequired / WP-Widget-Disable

🖼 A WordPress plugin that allows you to disable Sidebar and Dashboard Widgets.
https://wordpress.org/plugins/wp-widget-disable/
GNU General Public License v2.0
16 stars 6 forks source link

Leverage wp dist-archive #25

Closed swissspidy closed 6 years ago

swissspidy commented 6 years ago

This PR prepares the plugin so the WP-CLI dist-archive command can be used to build a ZIP file ready for release.

It makes more sense to have a global tool for the release process instead of having a bunch of (outdated) Grunt scripts in every project as it's way easier to maintain

To create a ZIP file, one can simply run wp dist-archive <folder> <output-file>

ocean90 commented 6 years ago

What's the reason for the separate readme file?

swissspidy commented 6 years ago

In README.md we can put things like build status, contribution instructions, etc. while readme.txt is strictly for WordPress.org.