Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/en/contribution/release-java-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down