This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new faeaa8710 [release] remove useless incubating
faeaa8710 is described below
commit faeaa87102a56aff4b9cf0c2576abf6d752546fb
Author: JingsongLi <[email protected]>
AuthorDate: Wed Apr 19 10:20:26 2023 +0800
[release] remove useless incubating
---
tools/releasing/create_source_release.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index f6263058c..0a91c9d0a 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -77,10 +77,10 @@ rsync -a \
--exclude ".travis.yml" \
. paimon-${RELEASE_VERSION}
-tar czf ${RELEASE_DIR}/apache-paimon-incubating-${RELEASE_VERSION}-src.tgz
paimon-${RELEASE_VERSION}
-gpg --armor --detach-sig
${RELEASE_DIR}/apache-paimon-incubating-${RELEASE_VERSION}-src.tgz
+tar czf ${RELEASE_DIR}/apache-paimon-${RELEASE_VERSION}-src.tgz
paimon-${RELEASE_VERSION}
+gpg --armor --detach-sig
${RELEASE_DIR}/apache-paimon-${RELEASE_VERSION}-src.tgz
cd ${RELEASE_DIR}
-${SHASUM} apache-paimon-incubating-${RELEASE_VERSION}-src.tgz >
apache-paimon-incubating-${RELEASE_VERSION}-src.tgz.sha512
+${SHASUM} apache-paimon-${RELEASE_VERSION}-src.tgz >
apache-paimon-${RELEASE_VERSION}-src.tgz.sha512
rm -rf ${CLONE_DIR}