Skip to content

Commit

Permalink
Remove the wrong test cases in release and fix some doc issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 4, 2018
1 parent d26dcf7 commit 4441426
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions docs/en/guides/How-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Use the following block as a template and place it in ~/.m2/settings.xml
```shell
switch to release version tag
export RELEASE_VERSION=x.y.z (example: RELEASE_VERSION=5.0.0-alpha)
export RELEASE_ROUND=1 (example: RELEASE_ROUND=1)
cd tools/releasing
sh create_source_release.sh
```
Expand Down Expand Up @@ -78,7 +77,7 @@ with .asc, .sha512, .md5
1. Upload distribution package to the folder with .asc, .sha512
* Package name: apache-skywalking-incubating-x.y.z.tar.gz, apache-skywalking-incubating-x.y.z.zip
* See Section "Find and download distribution in Apache Nexus Staging repositories" for more details
   * Create .sha512 package: `shasum -a 512 file > file.sha512`
* Create .sha512 package: `shasum -a 512 file > file.sha512`
1. Upload gpg public key, named KEY

## Make the internal announcements
Expand Down

0 comments on commit 4441426

Please sign in to comment.