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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ This guide outlines the process for releasing PyIceberg in accordance with the [
30
30
## Requirements
31
31
32
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).
33
+
* Permission to update the `KEYS` artifact in the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Iceberg PMC privileges).
33
34
* SVN Access
34
35
* Permission to upload artifacts to the [Apache development distribution](https://dist.apache.org/repos/dist/dev/iceberg/) (requires Apache Committer access).
35
36
* Permission to upload artifacts to the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Apache PMC access).
@@ -405,5 +406,12 @@ cd icebergsvn
405
406
echo"">> KEYS # append a newline
406
407
gpg --list-sigs <YOUR KEY ID HERE>>> KEYS # append signatures
407
408
gpg --armor --export <YOUR KEY ID HERE>>> KEYS # append public key block
408
-
svn commit -m "add key for <YOUR NAME HERE>"
409
+
svn commit -m "add key for <YOUR NAME HERE>"# this requires Iceberg PMC privileges
409
410
```
411
+
412
+
<!-- prettier-ignore-start -->
413
+
414
+
!!! note
415
+
Updating the `KEYS` artifact in the `release/` distribution requires Iceberg PMC privileges. Please work with a PMC member to update the file.
0 commit comments