You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2021/10/26 08:10:16 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1292] Refine release.md and announce.tmpl

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 275d0bd  [KYUUBI #1292] Refine release.md and announce.tmpl
275d0bd is described below

commit 275d0bd4eb258e3498fe03dfc758f652445ec530
Author: ulysses-you <ul...@gmail.com>
AuthorDate: Tue Oct 26 16:10:06 2021 +0800

    [KYUUBI #1292] Refine release.md and announce.tmpl
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    Make release docs better.
    
    ### _How was this patch tested?_
    Not need.
    
    Closes #1292 from ulysses-you/refine-release.
    
    Closes #1292
    
    fb467563 [ulysses-you] fork and clone
    b2418d1d [ulysses-you] mailing list
    aa31567b [ulysses-you] refine
    
    Authored-by: ulysses-you <ul...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 build/release/tmpl/announce.tmpl | 12 ++++++------
 docs/community/release.md        |  6 +++++-
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/build/release/tmpl/announce.tmpl b/build/release/tmpl/announce.tmpl
index 707ad75..2196fcd 100644
--- a/build/release/tmpl/announce.tmpl
+++ b/build/release/tmpl/announce.tmpl
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-Title: [ANNOUNCE] Release Apache Kyuubi(Incubating) {release_version}
+Title: [ANNOUNCE] Apache Kyuubi (Incubating) released {release_version}
 
 Content:
 Hi all,
@@ -24,12 +24,12 @@ Hi all,
 # Hello Spark Community,
 ##
 
-The Apache Kyuubi(Incubating) community is pleased to announce that
-Apache Kyuubi(Incubating) {release_version} has been released!
+The Apache Kyuubi (Incubating) community is pleased to announce that
+Apache Kyuubi (Incubating) {release_version} has been released!
 
-Apache Kyuubi(Incubating) is a distributed multi-tenant JDBC server for
+Apache Kyuubi (Incubating) is a distributed multi-tenant JDBC server for
 large-scale data processing and analytics, built on top of Apache Spark
-and designed to support more engines (i.e. Flink).
+and designed to support more engines (i.e. Apache Flink).
 
 Kyuubi provides a pure SQL gateway through Thrift JDBC/ODBC interface
 for end-users to manipulate large-scale data with pre-programmed and
@@ -59,4 +59,4 @@ We would like to thank all contributors of the Kyuubi community and Incubating
 community who made this release possible!
 
 Thanks,
-On behalf of Apache Kyuubi(Incubating) community
+On behalf of Apache Kyuubi (Incubating) community
diff --git a/docs/community/release.md b/docs/community/release.md
index 1a9afe7..224235a 100644
--- a/docs/community/release.md
+++ b/docs/community/release.md
@@ -217,10 +217,14 @@ After some time this will be sync’d to [Maven Central](https://search.maven.or
 
 ### Update Website
 
-TODO
+Fork and clone [Apache Kyuubi website](https://github.com/apache/incubator-kyuubi-website)
+
+1. Add a new markdown file in `src/news/`
+2. Add a new markdown file in `src/release/`
 
 ### Create an Announcement
 
 Once everything is working create an announcement on the website and then send an e-mail to the mailing list.
+The mailing list includes: `announce@apache.org`, `dev@kyuubi.apache.org`, `user@spark.apache.org`.
 
 Enjoy an adult beverage of your choice, and congratulations on making a Kyuubi release.