stephenharris / grunt-wp-deploy

Grunt plug-in to deploy a build directory to WordPress' SVN
MIT License
64 stars 18 forks source link

Don't check the README version unless tagging a version #28

Closed mundschenk-at closed 8 years ago

mundschenk-at commented 8 years ago

The README version should not be checked if no tag is to be deployed. Otherwise it's impossible to update trunk or assets separately.

stephenharris commented 8 years ago

Thanks @mundschenk-at