/wordpress-plugin-git-svn

Deploy a wordress plugin from within GIT to Wordpress.org's SVN repository

Primary LanguageShellGNU Lesser General Public License v2.1LGPL-2.1

1) Initialise your git repository using 'git init' in your wordpress plugin directory (e.g. /path/to/wordpress/wp-content/plugins/<plugin-name>/
2) Preferably create a project on github and push your project there.
3) Edit deploy.sh and fill in the necessary config values at the top of the file.
4) Run deploy.sh and follow the instructions to make a new release.

WARNING: this deployment script does everything. Once it's run your plugin will be updated on wordpress and pushed out to all your users. So make sure your code is ready and tested and that you have increase the version numbers in your files :)