Bash script to handle tagging on Github and deployment to WordPress SVN
We all know releasing plugins can be quite a chore, and deep down we all loathe SVN so here is a neat little script for automating the process as much as possible.
This script will pull down your remote GIT and SVN repositories, tag a release using the branch you specify, and commit everything to WordPress.org.
To use it you must:
The script is ready to run.
sh release.sh
Here is a screencast of the process you'll typically see when running the script.