This is an automated email from the ASF dual-hosted git repository.
XiaoHongbo-Hope pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-full-text.git
from 8686ecd Add release infrastructure for Rust/Java/Python (#9)
add 154dac7 ci: move Java staging deploy to local release script
new 49a67a0 Merge pull request #11 from
jianguotian/ci/local-java-staging-deploy
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/release-java.yml | 29 +-
.github/workflows/release.yml | 1 -
tools/README.md | 185 +++++++++++++
tools/deploy_java_staging.sh | 550 +++++++++++++++++++++++++++++++++++++
4 files changed, 745 insertions(+), 20 deletions(-)
create mode 100644 tools/README.md
create mode 100755 tools/deploy_java_staging.sh