-
Notifications
You must be signed in to change notification settings - Fork 265
[docs] Update "how to release" doc #1700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CI errored caused by #1701 |
ebed719
to
521d5a6
Compare
* 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). | ||
* 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). | ||
* Permission to update the `KEYS` artifact in the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Apache PMC access). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Permission to update the `KEYS` artifact in the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Apache PMC access). | |
* Permission to update the `KEYS` artifact in the [Apache release distribution](https://dist.apache.org/repos/dist/release/iceberg/) (requires Iceberg PMC privileges). |
@@ -407,5 +409,12 @@ cd icebergsvn | |||
echo "" >> KEYS # append a newline | |||
gpg --list-sigs <YOUR KEY ID HERE> >> KEYS # append signatures | |||
gpg --armor --export <YOUR KEY ID HERE> >> KEYS # append public key block | |||
svn commit -m "add key for <YOUR NAME HERE>" | |||
svn commit -m "add key for <YOUR NAME HERE>" # this requires Apache PMC access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
svn commit -m "add key for <YOUR NAME HERE>" # this requires Apache PMC access | |
svn commit -m "add key for <YOUR NAME HERE>" # this requires Iceberg PMC privileges |
<!-- prettier-ignore-start --> | ||
|
||
!!! note | ||
Updating the `KEYS` artifact in the `release/` distribution requires Apache PMC access. Please work with a PMC member to update the file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating the `KEYS` artifact in the `release/` distribution requires Apache PMC access. Please work with a PMC member to update the file. | |
Updating the `KEYS` artifact in the `release/` distribution requires Iceberg PMC privileges. Please work with a PMC member to update the file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for clearing this up!
Updating the docs as we learn from the 0.9.0 release.
Doc improvements:
KEYS
file requires PMC access.