fix release doc (#61)

This commit is contained in:
wankai123 2021-10-31 12:47:57 +08:00 committed by GitHub
parent c17acbe552
commit 97dc87cf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -269,13 +269,13 @@ export SW_VERSION=x.y.z
git clone --depth 1 --branch v$SW_VERSION https://github.com/apache/skywalking-java.git
cd skywalking-java
svn co https://dist.apache.org/repos/dist/release/skywalking-java/$SW_VERSION release # (1)
svn co https://dist.apache.org/repos/dist/release/skywalking/java-agent/$SW_VERSION skywalking-agent # (1)
export SW_OUT=release
export NAME=skywalking-java-agent
export HUB=apache
export TAG=$SW_VERSION
export DIST=<the binary package name inside (1), e.g. apache-skywalking-apm-8.8.0.tar.gz>
make docker.push -j 7
export DIST=<the binary package name inside (1), e.g. apache-skywalking-java-agent-8.8.0.tgz>
make docker.push.java8 docker.push.java11
```
## Clean up the old releases