Fix two wrong urls. (#1019)

* Update release docs.

* Adjust doc.

* Fix a missing wrong url.
This commit is contained in:
吴晟 Wu Sheng 2018-04-04 07:32:07 +08:00 committed by GitHub
parent c34c037d16
commit 7e148494e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 4 deletions

View File

@ -269,10 +269,18 @@ I will procedd to publish the release and send ANNOUNCE.
```
## Publish release
1. Move source codes tar balls and distributions to `https://dist.apache.org/repos/dist/release/skywalking/`. e.g. `eg: svn mv ^/dev/incubator/skywalking/5.0.0-alpha ^/release/skywalking/`
1. Do release in nexus staging repo.
1. Public download URL under `http://www.apache.org/dyn/closer.cgi/skywalking/x.y.z`. These are under Apache mirror system.
1. Send ANNOUNCE mail to `general@incubator.apache.org`.
1. Move source codes tar balls and distributions to `https://dist.apache.org/repos/dist/release/incubator/skywalking/`.
```
> export SVN_EDITOR=vim
> svn mv https://dist.apache.org/repos/dist/dev/incubator/skywalking/5.0.0-alpha https://dist.apache.org/repos/dist/release/incubator/skywalking
....
enter your apache password
....
```
2. Do release in nexus staging repo.
3. Public download URL under `http://www.apache.org/dyn/closer.cgi/incubator/skywalking/x.y.z`. These are under Apache mirror system.
4. Send ANNOUNCE mail to `general@incubator.apache.org`.
```
Mail title: [ANNOUNCE] Release Apache SkyWalking (incubating) version x.y.z