aboutsummaryrefslogtreecommitdiff
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index c7e82ff..85fe7c5 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -50,10 +50,10 @@ Performing the release
----------------------
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:
+commit for this release. You will need to have ``git`` configured to perform
+signed tags. Once this has happened:
-* Run ``python release.py release {version}``.
+* Run ``python release.py release``.
The release should now be available on PyPI and a tag should be available in
the repository.