Skip to content

Commit

Permalink
[KYUUBI #1544] Update the mailing list to send announcement
Browse files Browse the repository at this point in the history
<!--
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.
-->
Update the mailing list to send announcement.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #1544 from turboFei/finalize_release.

Closes #1544

d5cd5c3 [Fei Wang] Update finalize release doc

Authored-by: Fei Wang <fwang12@ebay.com>
Signed-off-by: Fei Wang <fwang12@ebay.com>
  • Loading branch information
turboFei committed Dec 12, 2021
1 parent 6045104 commit 631bfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/release/script/announce.sh
Expand Up @@ -42,7 +42,7 @@ cat >$ANNOUNCE<<EOF
Title: [ANNOUNCE] Apache Kyuubi (Incubating) released ${release_version}
Content:
Hello Kyuubi Community,
Hi all,
The Apache Kyuubi (Incubating) community is pleased to announce that
Apache Kyuubi (Incubating) ${release_version} has been released!
Expand Down Expand Up @@ -82,5 +82,5 @@ Thanks,
On behalf of Apache Kyuubi (Incubating) community
EOF

echo "please Use dev@kyuubi.apache.com
echo "please Use general@incubator.apache.org, announce@apache.org, dev@kyuubi.apache.org, user@spark.apache.org
see announce content in $ANNOUNCE"
2 changes: 1 addition & 1 deletion docs/community/release.md
Expand Up @@ -227,7 +227,7 @@ Fork and clone [Apache Kyuubi website](https://github.com/apache/incubator-kyuub
### 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`.
The mailing list includes: `general@incubator.apache.org`, `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.

Expand Down

0 comments on commit 631bfe3

Please sign in to comment.