This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 93ec7685eb [INLONG-900][Doc] Remove connectors copy in how-to-release
doc (#901)
93ec7685eb is described below
commit 93ec7685eb57bd37c300f9adb57336f1e2332a7e
Author: vernedeng <[email protected]>
AuthorDate: Wed Dec 13 10:48:49 2023 +0800
[INLONG-900][Doc] Remove connectors copy in how-to-release doc (#901)
Co-authored-by: vernedeng <[email protected]>
---
community/how-to-release.md | 3 ---
.../docusaurus-plugin-content-docs-community/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 c3c6b270e2..303647128f 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 6e919cdfd2..cf948cba4c 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