You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/04 04:28:50 UTC

[skywalking-kong] branch master updated: add step to remove old version packages (#10)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ac06d6  add step to remove old version packages  (#10)
6ac06d6 is described below

commit 6ac06d62a5ddacfd5d7db411a12e112d53563a0a
Author: Daming <zt...@foxmail.com>
AuthorDate: Tue May 4 12:28:44 2021 +0800

    add step to remove old version packages  (#10)
---
 release.md | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/release.md b/release.md
index 0a5cf86..f9b5dbd 100644
--- a/release.md
+++ b/release.md
@@ -54,6 +54,8 @@ within the next couple of days.
 
 4. Wait at least 48 hours for test responses. If there is a critical issue found and confirmed by the PMC, this release should be cancelled.
 
+Once the vote cancelled, send a cancelled mail with `[CANCELLED][VOTE]` as the prefix of the mail title at first. And then re-send mail with title prefix `[VOTE][ROUND N]` for calling a new vote.
+
 5. Call for a vote. Call a vote in dev@skywalking.apache.org
 
 ```
@@ -91,7 +93,9 @@ Voting will start now (xxxx date) and will remain open for at least 72 hours, Re
 
 ```
 
-5. Publish release, if vote passed.
+5. After 72Hours passed, send a mail to announce ones the result. Let `[RESULT]` as the mail title prefix. Go on to step 1, if vote failed. 
+
+6. Prepare to publish release, if vote passed.
 
 Move the release from RC folder to the dist folder. This will begin the file sync across the global Apache mirrors.
 ```
@@ -102,7 +106,19 @@ enter your apache password
 ....
 ```
 
-Send ANNOUNCE email to `dev@skywalking.apache.org`, `announce@apache.org`, the sender should use Apache email account.
+7. Publish release.
+
+Please update the SkyWalking-Website first.
+
+Then please remove the old version packages, after ensuring the mirror of the new version is available.
+```
+> svn delete -m "remove old version a.b.c" https://dist.apache.org/repos/dist/release/skywalking/kong/a.b.c
+....
+enter your apache password
+....
+```
+
+Finally, send ANNOUNCE email to `dev@skywalking.apache.org`, `announce@apache.org`, the sender should use Apache email account.
 ```
 Mail title: [ANNOUNCE] Release Apache SkyWalking Kong version x.y.z
 
@@ -145,7 +161,7 @@ SkyWalking Resources:
 - Apache SkyWalking Team
 ```
 
-6. upload rockspec file to luarocks.org
+8. upload rockspec file to luarocks.org
 login to [luarocks.org](https://luarocks.org/), the user name is `apache-skywalking` and the password has been sent to `private@skwalking.apache.org`.
 
 Then upload the rockspec file and you can use the `luarocks` command line to install the new version.