szehon-ho commented on code in PR #210: URL: https://github.com/apache/iceberg-docs/pull/210#discussion_r1275315719
########## landing-page/content/common/how-to-release.md: ########## @@ -329,16 +372,37 @@ git rebase main git push apache latest ``` -#### Set latest version in iceberg-docs repo +## Finalize release + +### Send announcement email + +After every step is completed, send an announcement email: + +```text +[ANNOUNCE] Apache Iceberg release <VERSION> +``` +```text +I'm pleased to announce the release of Apache Iceberg <VERSION>! + +Apache Iceberg is an open table format for huge analytic datasets. Iceberg +delivers high query performance for tables with tens of petabytes of data, +along with atomic commits, concurrent writes, and SQL-compatible table +evolution. + +This release can be downloaded from: https://www.apache.org/dyn/closer.cgi/iceberg/<TARBALL NAME WITHOUT .tar.gz>/<TARBALL NAME> + Review Comment: I saw that recently there's release notes in the email, can we also add that? -- 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]
