From 93ec7685eb57bd37c300f9adb57336f1e2332a7e Mon Sep 17 00:00:00 2001 From: vernedeng Date: Wed, 13 Dec 2023 10:48:49 +0800 Subject: [PATCH] [INLONG-900][Doc] Remove connectors copy in how-to-release doc (#901) Co-authored-by: vernedeng --- community/how-to-release.md | 3 --- .../current/how-to-release.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/community/how-to-release.md b/community/how-to-release.md index c3c6b270e23..303647128f3 100644 --- a/community/how-to-release.md +++ b/community/how-to-release.md @@ -227,9 +227,6 @@ $ cd apache-inlong-${release_version} $ mvn compile clean install package -DskipTests # for signature convenient, copy the binary package to the source code directory $ cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ -# for signature convenient, copy the connectors binary package to the source code directory -$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.13.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ -$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.15.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ ``` ### Sign the source package/binary package/sha512 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md index 6e919cdfd2a..cf948cba4c5 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md @@ -225,9 +225,6 @@ $ cd apache-inlong-${release_version} $ mvn compile clean install package -DskipTests # 拷贝二进制包拷到源码包目录下,方便下一步对包进行签名 $ cp ./inlong-distribution/target/apache-inlong-${release_version}-bin.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ -# 拷贝 connectors 二进制包拷到源码包目录下,方便下一步对包进行签名 -$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.13.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ -$ cp ./inlong-distribution/target/apache-inlong-${release_version}-sort-connectors-flink-v1.15.tar.gz /tmp/apache-inlong-${release_version}-${rc_version}/ ``` ### 对源码包/二进制包进行签名/sha512