We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840972e commit 09e9d4bCopy full SHA for 09e9d4b
README.md
@@ -36,3 +36,12 @@ git clone git@github.com:SparkPost/wordpress-sparkpost.git ~/src/wordpress/wp-co
36
```
37
38
* 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