Skip to content

Commit

Permalink
[SPARK-28951][INFRA] Add release announce template
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR adds a release announce template.

### Why are the changes needed?

- We want to use a formal template including HTTPS in the future release.
- The future release managers don't need to search mailing list to find this form.

### Does this PR introduce any user-facing change?

No.

### How was this patch tested?

N/A.

Closes #25656 from dongjoon-hyun/SPARK-28951.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
  • Loading branch information
dongjoon-hyun committed Sep 2, 2019
1 parent e1946a5 commit 560df0e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/.rat-excludes
Expand Up @@ -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
16 changes: 16 additions & 0 deletions 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}

0 comments on commit 560df0e

Please sign in to comment.