You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-process.md
+23-18Lines changed: 23 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,39 +55,45 @@ You can skip this section if you have already uploaded your key.
55
55
<h4id="generate-key">Generate key</h4>
56
56
57
57
Here's an example of gpg 2.0.12. If you use gpg version 1 series, please refer to <ahref="https://www.apache.org/dev/openpgp.html#generate-key">generate-key</a> for details.
58
+
Note that you need an `@apache.org` email address to prepare a Spark release with the `Release Apache Spark` GitHub action.
58
59
59
60
```
60
61
$ gpg --full-gen-key
61
-
gpg (GnuPG) 2.0.12; Copyright (C) 2009 Free Software Foundation, Inc.
<p>Here’s an example of gpg 2.0.12. If you use gpg version 1 series, please refer to <ahref="https://www.apache.org/dev/openpgp.html#generate-key">generate-key</a> for details.</p>
223
+
<p>Here’s an example of gpg 2.0.12. If you use gpg version 1 series, please refer to <ahref="https://www.apache.org/dev/openpgp.html#generate-key">generate-key</a> for details.
224
+
Note that you need an <codeclass="language-plaintext highlighter-rouge">@apache.org</code> email address to prepare a Spark release with the <codeclass="language-plaintext highlighter-rouge">Release Apache Spark</code> GitHub action.</p>
0 commit comments