aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-20 14:37:40 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-20 14:37:40 -0700
commitc7dd9de42ff93d94757a339fe3bf39dc42cd86f9 (patch)
treec0ba69fb7d2b63480e6f56cb27110d759cd3975e /docs/doing-a-release.rst
parenta4668c6593005822ff6d655b7034e1c5eebfa1fd (diff)
downloadcryptography-c7dd9de42ff93d94757a339fe3bf39dc42cd86f9.tar.gz
cryptography-c7dd9de42ff93d94757a339fe3bf39dc42cd86f9.tar.bz2
cryptography-c7dd9de42ff93d94757a339fe3bf39dc42cd86f9.zip
Replace release automation with click (#3557)
* Replace release automation with click * Fix * fix
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index 2da2c80a..7cf012bb 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -42,7 +42,7 @@ The commit that merged the version number bump is now the official release
commit for this release. You will need to have ``gpg`` installed and a ``gpg``
key in order to do a release. Once this has happened:
-* Run ``invoke release {version}``.
+* Run ``python release.py {version}``.
The release should now be available on PyPI and a tag should be available in
the repository.