-
Notifications
You must be signed in to change notification settings - Fork 30
Deploy a wordress plugin from within GIT to Wordpress.org's SVN repository
License
deanc/wordpress-plugin-git-svn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 :)
About
Deploy a wordress plugin from within GIT to Wordpress.org's SVN repository
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published