From 09e9d4b39856bd58addaeb083f926a356c35e36d Mon Sep 17 00:00:00 2001 From: Richard Leland Date: Thu, 24 Mar 2016 12:53:18 -0400 Subject: [PATCH] Add instructions for pushing release to WordPress --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a688e2d7..aafd8c3d 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,12 @@ git clone git@github.com:SparkPost/wordpress-sparkpost.git ~/src/wordpress/wp-co ``` * Activate the plugin from admin panel + +## Releasing + +* Create a branch off master: `git checkout -b bump` +* Update the version in [wordpress-sparkpost.php](wordpress-sparkpost.php) +* Update the version and change log in [readme.txt](readme.txt) +* Commit the changes and push the branch +* Create a pull request +* Once the pull request is merged, run `./deploy.sh`