aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-12-12 09:09:51 -0500
committerGitHub <noreply@github.com>2023-12-12 06:09:51 -0800
commita8b96dab9b83769bb65ac9a29d63102011cfbf7d (patch)
tree0acbabd01d1aafe46ad682417011b5b2377fd874 /docs
parentd81fd662f7e201575e7f263d726eee622a5526ef (diff)
downloadpyca-cryptography-a8b96dab9b83769bb65ac9a29d63102011cfbf7d.zip
pyca-cryptography-a8b96dab9b83769bb65ac9a29d63102011cfbf7d.tar.gz
pyca-cryptography-a8b96dab9b83769bb65ac9a29d63102011cfbf7d.tar.bz2
Simplify the release process: No need to pass the version to release.py (#9990)
Diffstat (limited to 'docs')
-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.