wu-sheng opened a new pull request, #805:
URL: https://github.com/apache/skywalking-java/pull/805
## Summary
- Only publish `apm-application-toolkit` modules to Maven Central. Agent,
plugins, and core modules are distributed via download package and Docker
images — no need to publish them to Maven.
- Add unified release script `tools/releasing/release.sh` with two-step flow
matching the ASF vote process:
- `prepare-vote <version> [next_version]` — preflight checks, branch,
maven release:prepare, build tars, upload to SVN, generate vote email
- `vote-passed [old_version]` — promote SVN, push Docker images, generate
announce email, cleanup old release
- Remove `create_release.sh` (logic merged into `release.sh stage`)
- Update `release-java-agent.md` documentation
## Test plan
- [x] `release.sh preflight` runs successfully
- [x] `release.sh` help output shows all commands
- [ ] Verify `maven.deploy.skip` works correctly during next release
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]