aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doing-a-release.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-07 09:25:54 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-07 09:25:54 -0800
commitb3794dbe97a6f4e088244adfdd6a06b2d4e185e0 (patch)
treedfc7e58088e4da1bbc4307ce41dfb39e01fde9d1 /docs/doing-a-release.rst
parente72c2531fd4ac774654daf895dbd30fa2d1ad13a (diff)
downloadcryptography-b3794dbe97a6f4e088244adfdd6a06b2d4e185e0.tar.gz
cryptography-b3794dbe97a6f4e088244adfdd6a06b2d4e185e0.tar.bz2
cryptography-b3794dbe97a6f4e088244adfdd6a06b2d4e185e0.zip
You need a gpg key to do a release
Diffstat (limited to 'docs/doing-a-release.rst')
-rw-r--r--docs/doing-a-release.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst
index d790523b..77582a48 100644
--- a/docs/doing-a-release.rst
+++ b/docs/doing-a-release.rst
@@ -18,7 +18,8 @@ Performing the release
----------------------
The commit which merged the version number bump is now the official release
-commit for this release. Once this has happened:
+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}``.