diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-01-08 21:18:30 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-01-08 21:18:30 -0500 |
commit | fe324f2fa74d556a0c154632c88c9049da8d75bc (patch) | |
tree | 6bc132612e618387ea75cec1cd5914cceae7b0ef | |
parent | da0128e3e227b95c68ccbb81124ec773b2996547 (diff) | |
download | cmd2-git-fe324f2fa74d556a0c154632c88c9049da8d75bc.tar.gz |
Corrected steps to publish a release0.9.7
-rw-r--r-- | CONTRIBUTING.md | 2 |
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 |