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

[skywalking-cli] branch master updated: update release doc (#91)

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

hoshea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 04a0ce0  update release doc (#91)
04a0ce0 is described below

commit 04a0ce08990f91a25d8daf1dca764d61bd2c1c45
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Tue Feb 9 11:23:27 2021 +0800

    update release doc (#91)
---
 docs/How-to-release.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/How-to-release.md b/docs/How-to-release.md
index db56647..06645ce 100644
--- a/docs/How-to-release.md
+++ b/docs/How-to-release.md
@@ -27,7 +27,7 @@ git push --tags
 make clean && make release
 ```
 
-**In total, six files should be automatically generated in the directory**:  `skywalking-cli-${VERSION}-bin.tgz`, `skywalking-cli-${VERSION}-src.tgz`, and their corresponding `asc`, `sha512` files.
+**In total, six files should be automatically generated in the directory**: `skywalking-cli-${VERSION}-bin.tgz`, `skywalking-cli-${VERSION}-src.tgz`, and their corresponding `asc`, `sha512` files.
 
 ## Upload to Apache svn
 
@@ -189,7 +189,7 @@ Vote result should follow these:
     svn mv https://dist.apache.org/repos/dist/dev/skywalking/cli/$VERSION https://dist.apache.org/repos/dist/release/skywalking/cli
     ```
     
-1. Refer to the previous [PR](https://github.com/apache/skywalking-website/pull/118), update news and links on the website. There are seven files need to modify.
+1. Refer to the previous [PR](https://github.com/apache/skywalking-website/pull/212), update the event and download links on the website.
 
 1. Update [Github release page](https://github.com/apache/skywalking-cli/releases), follow the previous convention.
 
@@ -221,3 +221,9 @@ Vote result should follow these:
     
     The Apache SkyWalking Team
     ```
+
+## Remove Unnecessary Releases
+
+Please remember to remove all unnecessary releases in the mirror svn (https://dist.apache.org/repos/dist/release/skywalking/), if you don't recommend users to choose those version.
+For example, you have removed the download and documentation links from the website. 
+If they want old ones, the Archive repository has all of them.