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: mkdocs/docs/how-to-release.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ This guide outlines the process for releasing PyIceberg in accordance with the [
29
29
30
30
## Requirements
31
31
32
-
* A GPG key must be registered and published in the [Apache Iceberg KEYS file](https://downloads.apache.org/iceberg/KEYS). Follow [the instructions for setting up a GPG key and uploading it to the KEYS file](#set-up-gpg-key-and-upload-to-apache-iceberg-keys-file).
32
+
* A GPG key must be registered and published in the [Apache Iceberg KEYS file](https://downloads.apache.org/iceberg/KEYS). Follow [the instructions for setting up a GPG key and uploading it to the KEYS file]
* Permission to update the `KEYS` artifact in the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Apache PMC access).
33
35
* SVN Access
34
36
* Permission to upload artifacts to the [Apache development distribution](https://dist.apache.org/repos/dist/dev/iceberg/) (requires Apache Committer access).
35
37
* Permission to upload artifacts to the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Apache PMC access).
@@ -407,5 +409,12 @@ cd icebergsvn
407
409
echo"">> KEYS # append a newline
408
410
gpg --list-sigs <YOUR KEY ID HERE>>> KEYS # append signatures
409
411
gpg --armor --export <YOUR KEY ID HERE>>> KEYS # append public key block
410
-
svn commit -m "add key for <YOUR NAME HERE>"
412
+
svn commit -m "add key for <YOUR NAME HERE>"# this requires Apache PMC access
411
413
```
414
+
415
+
<!-- prettier-ignore-start -->
416
+
417
+
!!! note
418
+
Updating the `KEYS` artifact in the `release/` distribution requires Apache PMC access. Please work with a PMC member to update the file.
0 commit comments