diff options
author | Jack Lloyd <[email protected]> | 2017-10-23 18:16:49 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-10-23 18:16:49 -0400 |
commit | da0a1124242e3a108819df58054e8dd909268a00 (patch) | |
tree | e26afd5941044199c48be1495a145129df620157 /doc/release_process.rst | |
parent | 2e907a457a44903069d587f60ae31da2405586df (diff) |
Fix typo
[ci skip]
Diffstat (limited to 'doc/release_process.rst')
-rw-r--r-- | doc/release_process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release_process.rst b/doc/release_process.rst index 0f5caafb9..fb0bce5e4 100644 --- a/doc/release_process.rst +++ b/doc/release_process.rst @@ -47,7 +47,7 @@ run from a git workspace. One useful option is ``--output-dir``, which specifies where the output will be placed. -The ``--pgp-key-id`` option is used to specifiy a PGP keyid. If set, +The ``--pgp-key-id`` option is used to specify a PGP keyid. If set, the script assumes that it can execute GnuPG and will attempt to create signatures for the tarballs. The default value is ``EFBADFBC``, which is the official signing key. You can use ``--pgp-key-id=none`` |