This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 65a4d56 Updated Release process (markdown)
65a4d56 is described below
commit 65a4d5684eba34c5b4ea20b60346778ba3d55974
Author: Sijie Guo <[email protected]>
AuthorDate: Fri Jan 17 20:18:02 2020 +0800
Updated Release process (markdown)
---
Release-process.md | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/Release-process.md b/Release-process.md
index 1b67641..c99e715 100644
--- a/Release-process.md
+++ b/Release-process.md
@@ -246,17 +246,6 @@ svn move
https://dist.apache.org/repos/dist/dev/pulsar/pulsar-2.X.0-candidate-1
https://dist.apache.org/repos/dist/release/pulsar/pulsar-2.X.0
```
-Remove the old releases (if any). We only need the latest release there, older
releases are
-available through the Apache archive:
-
-```shell
-# Get the list of releases
-svn ls https://dist.apache.org/repos/dist/release/pulsar
-
-# Delete each release (except for the last one)
-svn rm https://dist.apache.org/repos/dist/release/pulsar/pulsar-2.Y.0
-```
-
Promote the Maven staging repository for release. Login to
`https://repository.apache.org` and
select the staging repository associated with the RC candidate that was
approved. The naming
will be like `orgapachepulsar-XYZ`. Select the repository and click on
"Release". Artifacts
@@ -409,3 +398,16 @@ The Pulsar Team
It is encouraged to write a blog post to summarize the features introduced in
this release,
especially for feature releases.
You can follow the example [here](https://github.com/apache/pulsar/pull/2308)
+
+17. Remove old releases
+
+Remove the old releases (if any). We only need the latest release there, older
releases are
+available through the Apache archive:
+
+```shell
+# Get the list of releases
+svn ls https://dist.apache.org/repos/dist/release/pulsar
+
+# Delete each release (except for the last one)
+svn rm https://dist.apache.org/repos/dist/release/pulsar/pulsar-2.Y.0
+```