#WPGitDeploy Script Deploy your WordPress plugin from GitHub to WordPress.org SVN repository.
##How?
- Download the
release.sh
script to a folder - Edit the script to add following
- Add GitHub Access token
- Add plugin slug
- Add GitHub repo name and the owner
- Then access the release.sh folder inside the terminal and run
sh release.sh
command - Add a new tag to release an update or the current tag to update the current version
- Follow the rest of questions to update the plugin or release an update
By Ahmad Awais Based on the work of Mike Jolley, Barry Kooij ;)
GPL v3