Skip to content

Commit

Permalink
Improve email template words
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Jun 15, 2024
1 parent 2c479b5 commit 5311e6b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions community/releasing-curator.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ https://downloads.apache.org/curator/KEYS

```text
To: [email protected]
Subject: [RESULT] [VOTE] Release Apache Curator x.y.z
Subject: [RESULT] [VOTE] Release Apache Curator X.Y.Z
Hello,
The vote to release Curator x.y.z has passed/failed.
The vote to release Curator X.Y.Z has passed.
+1 (binding):
Expand All @@ -150,19 +150,18 @@ The vote to release Curator x.y.z has passed/failed.
Jordan Zimmerman
Jay Zarfoss
...if vote was successful..
I will promote the artifacts to the central repo.
```

### Release Announcement Email Example

```text
To: [email protected], [email protected], [email protected], [email protected]
Subject: [ANNOUNCE] Apache Curator x.y.z released
Subject: [ANNOUNCE] Apache Curator X.Y.Z released
Hello,
The Apache Curator team is pleased to announce the release of version x.y.z. Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a distributed coordination service. Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL. For more details, please visit the project website: https://curator.apache.org/
The Apache Curator team is pleased to announce the release of version <<PASTE X.Y.Z>>. Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a distributed coordination service. Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL. For more details, please visit the project website: https://curator.apache.org/
The download page for Apache Curator is here:
https://curator.apache.org/download/
Expand All @@ -176,7 +175,6 @@ Release Notes:
<<PASTE RELEASE NOTES FROM JIRA HERE>>
Regards,
The Curator Team
Expand All @@ -188,11 +186,11 @@ The Curator Team

```text
To: [email protected]
Subject: [CANCEL] [VOTE] Release Apache Curator version X.X.X
Subject: [CANCEL] [VOTE] Release Apache Curator version X.Y.Z
Hello,
The vote for Apache Curator version X.X.X has been canceled due to [reason].
The vote for Apache Curator version X.Y.Z has been canceled due to [reason].
Regards,
The Curator Team
Expand Down

0 comments on commit 5311e6b

Please sign in to comment.