You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/03/23 13:12:09 UTC

[skywalking-cli] branch chore/release-doc created (now 19daf53)

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

kezhenxu94 pushed a change to branch chore/release-doc
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git.


      at 19daf53  Update the release doc

This branch includes the following new commits:

     new 19daf53  Update the release doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-cli] 01/01: Update the release doc

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch chore/release-doc
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 19daf538e58d4fd91289862e0f20301334a59032
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Mon Mar 23 21:11:57 2020 +0800

    Update the release doc
---
 docs/How-to-release.md | 42 ++++++++++++++++++++++++++++--------------
 1 file changed, 28 insertions(+), 14 deletions(-)

diff --git a/docs/How-to-release.md b/docs/How-to-release.md
index 237290d..c094fea 100644
--- a/docs/How-to-release.md
+++ b/docs/How-to-release.md
@@ -166,8 +166,15 @@ We only publish Apache mirror path as release info.
 
 1. Send ANNOUNCEMENT email to `dev@skywalking.apache.org`.
 
+1. Update links on the website download page. http://skywalking.apache.org/downloads/ . Include the new source codes, distribution packages, corresponding sha512, asc and document
+links. Links could be found by following rules(3)-(6).
+
+1. Add a release event on website homepage and event page. Announce the public release with changelog or key features.
+
+1. Send ANNOUNCE email to `dev@skywalking.apache.org` and `announce@apache.org`, the sender should use his/her Apache email account.
+
 ```text
-Subject: [ANNOUNCEMENT] Release Apache SkyWalking CLI version $VERSION
+Subject: [ANNOUNCEMENT] Apache SkyWalking CLI $VERSION Released
 
 Content:
 
@@ -175,29 +182,36 @@ Hi all,
 
 The Apache SkyWalking Team is glad to announce the release of Apache SkyWalking CLI $VERSION.
 
-SkyWalking CLI: Apache SkyWalking CLI https://skywalking.apache.org/
+SkyWalking CLI: A Command Line Interface for Apache SkyWalking https://skywalking.apache.org/
 
 SkyWalking: APM (application performance monitor) tool for distributed systems, 
 especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. 
 
-Vote Thread: 
+This release contains a number of new features, bug fixes and improvements compared to
+version a.b.c(last release). The notable changes since x.y.z include:
+
+(Highlight key changes)
+1. ...
+2. ...
+3. ...
 
-Download Links : http://skywalking.apache.org/downloads/
+Please refer to the change log for the complete list of changes:
+https://github.com/apache/skywalking-cli/blob/$VERSION/CHANGES.md
 
-Release Notes : https://github.com/apache/skywalking-cli/blob/v$VERSION/CHANGES.md
+Apache SkyWalking website:
+http://skywalking.apache.org/
 
-Website: http://skywalking.apache.org/
+Downloads:
+http://skywalking.apache.org/downloads/
 
-SkyWalking Resources:
+Twitter:
+https://twitter.com/ASFSkyWalking
+
+SkyWalking (CLI) Resources:
 - Issue: https://github.com/apache/skywalking/issues
 - Mailing list: dev@skywalkiing.apache.org
-- Documents: https://github.com/apache/skywalking/blob/v$VERSION/docs/README.md
+- Documents: https://github.com/apache/skywalking-cli/blob/$VERSION/docs/README.md
 
 
-- Apache SkyWalking Team
+- The Apache SkyWalking Team
 ```
-
-1. Update website download page. http://skywalking.apache.org/downloads/ , including the new download source, distribution, sha512, asc and document
-links. Links could be found by following above rules.
-
-1. Add a release event on website homepage and even page. Announce the public release with changelog or key features.