Skip to content

Commit ebed719

Browse files
committed
update KEYS requires PMC
1 parent b95e792 commit ebed719

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

mkdocs/docs/how-to-release.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ This guide outlines the process for releasing PyIceberg in accordance with the [
2929

3030
## Requirements
3131

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]
33+
(#set-up-gpg-key-and-upload-to-apache-iceberg-keys-file).
34+
* Permission to update the `KEYS` artifact in the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Apache PMC access).
3335
* SVN Access
3436
* Permission to upload artifacts to the [Apache development distribution](https://dist.apache.org/repos/dist/dev/iceberg/) (requires Apache Committer access).
3537
* 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
407409
echo "" >> KEYS # append a newline
408410
gpg --list-sigs <YOUR KEY ID HERE> >> KEYS # append signatures
409411
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
411413
```
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.
419+
420+
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)