Skip to content

Commit

Permalink
Add instructions for pushing release to WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
richleland committed Mar 24, 2016
1 parent 840972e commit 09e9d4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 09e9d4b

Please sign in to comment.