This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-shade.git
The following commit(s) were added to refs/heads/main by this push:
new d7629e3 remove useless incubating
d7629e3 is described below
commit d7629e3069aaf7e05961b707c0a52dda2f62b0d7
Author: JingsongLi <[email protected]>
AuthorDate: Wed Apr 19 10:18:52 2023 +0800
remove useless incubating
---
tools/releasing/create_source_release.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index a3bcd44..bf9d103 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -68,10 +68,10 @@ rsync -a \
--exclude ".idea" --exclude "*.iml" --exclude ".DS_Store" \
. paimon-shade-$RELEASE_VERSION
-tar czf apache-paimon-shade-incubating-${RELEASE_VERSION}-src.tgz
paimon-shade-$RELEASE_VERSION
-gpg --armor --detach-sig
apache-paimon-shade-incubating-$RELEASE_VERSION-src.tgz
-$SHASUM apache-paimon-shade-incubating-$RELEASE_VERSION-src.tgz >
apache-paimon-shade-incubating-$RELEASE_VERSION-src.tgz.sha512
+tar czf apache-paimon-shade-${RELEASE_VERSION}-src.tgz
paimon-shade-$RELEASE_VERSION
+gpg --armor --detach-sig apache-paimon-shade-$RELEASE_VERSION-src.tgz
+$SHASUM apache-paimon-shade-$RELEASE_VERSION-src.tgz >
apache-paimon-shade-$RELEASE_VERSION-src.tgz.sha512
-mv apache-paimon-shade-incubating-$RELEASE_VERSION-src.* ../
+mv apache-paimon-shade-$RELEASE_VERSION-src.* ../
cd ..
rm -rf paimon-shade-tmp-clone