This is an automated email from the ASF dual-hosted git repository. jlprat pushed a commit to branch 3.8 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit bb23ac279b774cf8d4d84e62085ac9cdc126bd28 Author: Josep Prat <[email protected]> AuthorDate: Tue Jul 30 21:45:20 2024 +0200 MINOR: Add text and link to blog in announcement template email (#16734) Reviewers: Igor Soarez <[email protected]> --- release/templates.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/templates.py b/release/templates.py index 7173ea9153d..5eb3fc74f93 100644 --- a/release/templates.py +++ b/release/templates.py @@ -88,6 +88,9 @@ All of the changes in this release can be found in the release notes: https://www.apache.org/dist/kafka/{release_version}/RELEASE_NOTES.html +An overview of the release can be found in our announcement blog post: +https://kafka.apache.org/blog + You can download the source and binary release (Scala <VERSIONS>) from: https://kafka.apache.org/downloads#{release_version}
