Fokko commented on code in PR #1700: URL: https://github.com/apache/iceberg-python/pull/1700#discussion_r1986139682
########## mkdocs/docs/how-to-release.md: ########## @@ -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 ``` + +<!-- 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. Review Comment: ```suggestion Updating the `KEYS` artifact in the `release/` distribution requires Iceberg PMC privileges. Please work with a PMC member to update the file. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org