Skip to content

Commit 09e9d4b

Browse files
committed
Add instructions for pushing release to WordPress
1 parent 840972e commit 09e9d4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ git clone git@github.com:SparkPost/wordpress-sparkpost.git ~/src/wordpress/wp-co
3636
```
3737

3838
* Activate the plugin from admin panel
39+
40+
## Releasing
41+
42+
* Create a branch off master: `git checkout -b bump`
43+
* Update the version in [wordpress-sparkpost.php](wordpress-sparkpost.php)
44+
* Update the version and change log in [readme.txt](readme.txt)
45+
* Commit the changes and push the branch
46+
* Create a pull request
47+
* Once the pull request is merged, run `./deploy.sh`

0 commit comments

Comments
 (0)