File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -92,3 +92,35 @@ echo " https://dist.apache.org/repos/dist/release/iceberg/${release_id}"
9292echo
9393echo " Add this release to ASF's report database:"
9494echo " https://reporter.apache.org/addrelease.html?iceberg"
95+
96+ echo " Draft email for announce@apache.org mailing list"
97+ echo " "
98+ echo " ---------------------------------------------------------"
99+ cat << MAIL
100+ To: announce@apache.org
101+ Hello everyone,
102+
103+ I'm pleased to announce the release of Apache Iceberg C++ v${version} !
104+
105+ Apache Iceberg is an open table format for huge analytic datasets,
106+ Iceberg delivers high query performance for tables with tens of
107+ petabytes of data, along with atomic commits, concurrent writes, and
108+ SQL-compatible table evolution.
109+
110+ This release contains <COMMIT_COUNT> commits from <CONTRIBUTOR_COUNT> unique contributors. Among
111+ the changes in this release are the following highlights:
112+
113+ - <FEATURE_1>
114+ - <FEATURE_2>
115+ - ...
116+ - <FEATURE_N>
117+
118+ This release is hosted at: https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-cpp-${version}
119+
120+ For release details and downloads, please visit: https://github.com/apache/iceberg-cpp/releases/tag/apache-iceberg-cpp-${version}
121+
122+ Thanks to everyone for all your contributions!
123+
124+ <AUTHOR>
125+ MAIL
126+ echo " ---------------------------------------------------------"
You can’t perform that action at this time.
0 commit comments