diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-07 09:25:54 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-07 09:25:54 -0800 |
commit | b3794dbe97a6f4e088244adfdd6a06b2d4e185e0 (patch) | |
tree | dfc7e58088e4da1bbc4307ce41dfb39e01fde9d1 | |
parent | e72c2531fd4ac774654daf895dbd30fa2d1ad13a (diff) | |
download | cryptography-b3794dbe97a6f4e088244adfdd6a06b2d4e185e0.tar.gz cryptography-b3794dbe97a6f4e088244adfdd6a06b2d4e185e0.tar.bz2 cryptography-b3794dbe97a6f4e088244adfdd6a06b2d4e185e0.zip |
You need a gpg key to do a release
-rw-r--r-- | docs/doing-a-release.rst | 3 |
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}``. |