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: dev/release/README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,20 +53,27 @@ Requirements to run `release_rc.sh`:
53
53
If you don't have a PGP key, https://infra.apache.org/release-signing.html#generate
54
54
may be helpful.
55
55
56
-
Your PGP key must be registered to the following:
56
+
Your PGP key must be published in the KEYS file, which is hosted at:
57
57
58
58
* https://downloads.apache.org/iceberg/KEYS
59
59
60
60
See the header comment of them for how to add a PGP key.
61
61
62
-
Apache Iceberg committers can update them by Subversion client with their ASF account.
63
-
e.g.:
62
+
If you are a first-time release manager, you need to add your public key to this file. To prevent formatting errors, please use the following commands instead of editing the file manually:
63
+
64
+
+ Check out the release distribution directory:
64
65
65
66
```console
66
67
$ svn co https://dist.apache.org/repos/dist/release/iceberg
67
68
$ cd iceberg
68
-
$ editor KEYS
69
-
$ svn ci KEYS
69
+
```
70
+
+ Append your GPG public key to the KEYS file. Replace <YOUR_KEY_ID> with your actual GPG key ID.
0 commit comments