xwp / wp-dev-lib

DEPRECATED. Common code used during development of WordPress plugins and themes
MIT License
279 stars 58 forks source link

Allow for readme.md file to have a title different than readme.txt #285

Closed westonruter closed 5 years ago

westonruter commented 5 years ago

This is needed by the AMP plugin. On the WordPress.org plugin directory page, it will just say "AMP". But on GitHub, it needs to say "AMP Plugin for WordPress".

Usage: Modify the .dev-lib in your project with an environment variable like:

README_MD_TITLE="AMP Plugin for WordPress"