summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-08 21:18:30 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-01-08 21:18:30 -0500
commitfe324f2fa74d556a0c154632c88c9049da8d75bc (patch)
tree6bc132612e618387ea75cec1cd5914cceae7b0ef
parentda0128e3e227b95c68ccbb81124ec773b2996547 (diff)
downloadcmd2-git-fe324f2fa74d556a0c154632c88c9049da8d75bc.tar.gz
Corrected steps to publish a release0.9.7
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c3da497c..95185efe 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -510,7 +510,7 @@ Since 0.9.2, the process of publishing a new release of `cmd2` to [PyPi](https:/
mostly automated. The manual steps are all git operations. Here's the checklist:
1. Make sure you're on the proper branch (almost always **master**)
-1. Make sure all the unit tests pass wih `invoke pypi-test` or `py.test`
+1. Make sure all the unit tests pass with `invoke pytest` or `py.test`
1. Make sure `CHANGELOG.md` describes the version and has the correct release date
1. Add a git tag representing the version number using ``invoke tag x.y.z``
* Where x, y, and z are all small non-negative integers