diff --git a/dev/.rat-excludes b/dev/.rat-excludes index 7cc3cf3c99389..6d8e57825f355 100644 --- a/dev/.rat-excludes +++ b/dev/.rat-excludes @@ -113,6 +113,7 @@ spark-warehouse structured-streaming/* kafka-source-initial-offset-version-2.1.0.bin kafka-source-initial-offset-future-version.bin +announce.tmpl vote.tmpl SessionManager.java SessionHandler.java diff --git a/dev/create-release/announce.tmpl b/dev/create-release/announce.tmpl new file mode 100644 index 0000000000000..f8d1d9fd1d8f3 --- /dev/null +++ b/dev/create-release/announce.tmpl @@ -0,0 +1,16 @@ +We are happy to announce the availability of Spark {version}! + +Spark {version} is a maintenance release containing stability fixes. This +release is based on the {branch} maintenance branch of Spark. We strongly +recommend all {short_version} users to upgrade to this stable release. + +To download Spark {version}, head over to the download page: +https://spark.apache.org/downloads.html + +To view the release notes: +https://spark.apache.org/releases/spark-release-{hyphened_version}.html + +We would like to acknowledge all community members for contributing to this +release. This release would not have been possible without you. + +{release_manager_name}