Skip to content

Commit 6604cbe

Browse files
committed
add announce mail example
1 parent 7d1902b commit 6604cbe

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

dev/release/release.sh

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,35 @@ echo " https://dist.apache.org/repos/dist/release/iceberg/${release_id}"
9292
echo
9393
echo "Add this release to ASF's report database:"
9494
echo " https://reporter.apache.org/addrelease.html?iceberg"
95+
96+
echo "Draft email for [email protected] mailing list"
97+
echo ""
98+
echo "---------------------------------------------------------"
99+
cat <<MAIL
100+
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 "---------------------------------------------------------"

0 commit comments

Comments
 (0)