sungwy commented on code in PR #983: URL: https://github.com/apache/iceberg-python/pull/983#discussion_r1697788769
########## mkdocs/docs/how-to-release.md: ########## @@ -243,3 +252,13 @@ Make sure to create a PR to update the [GitHub issues template](https://github.c ## Update the integration tests Ensure to update the `PYICEBERG_VERSION` in the [Dockerfile](https://github.com/apache/iceberg-python/blob/main/dev/Dockerfile). + +## Create a Github Release Note + +First, follow the directions for Setting the tag again to create a tag for the approved release version (e.g. `0.7.0`). + +Then, create a new [Release Note](https://github.com/apache/iceberg-python/releases) on the iceberg-python Github repository by clicking on **Draft a New Release**. Review Comment: Ah, you are right! Thank you for taking a closer look :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
