fix release doc (#61)
This commit is contained in:
parent
c17acbe552
commit
97dc87cf5b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue