sudar / wp-plugin-in-github

Collection of shell scripts that I am using to manage and deploy WordPress Plugins from github into svn
http://sudarmuthu.com/blog/developing-wordpress-plugins-in-github
76 stars 20 forks source link

Add CHANGELOG.md to WordPress readme #18

Closed mAAdhaTTah closed 10 years ago

mAAdhaTTah commented 10 years ago

A lot of Github repos use a separate CHANGELOG.md. It would be really cool if the MD <-> WP script could add the changelog to the generated WordPress readme and/or split it off from the readme.

sudar commented 10 years ago

This feature is already supported.

The only difference is that I do this inside the deploy-plugin.sh instead of readme-convertor.sh file. https://github.com/sudar/wp-plugin-in-github/blob/master/deploy-plugin.sh#L269

mAAdhaTTah commented 10 years ago

Ah, I see, I'm just using the conversion script. I'll drop it into my version, thanks!