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 568b66a Added incubating name in release file (#10)
568b66a is described below
commit 568b66a4d6deb25c7865864a64135b323294ecf6
Author: Kerwin <[email protected]>
AuthorDate: Mon Apr 3 11:50:40 2023 +0800
Added incubating name in release file (#10)
---
pom.xml | 2 +-
tools/releasing/create_source_release.sh | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5113691..6e4c79d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@ under the License.
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<!-- The ApacheNoticeResourceTransformer collects
and aggregates NOTICE files -->
<transformer
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
- <projectName>Apache Paimon-shade</projectName>
+ <projectName>Apache Paimon-shade
(incubating)</projectName>
<encoding>UTF-8</encoding>
</transformer>
</transformers>
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index 4f670f7..a3bcd44 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 paimon-shade-${RELEASE_VERSION}-src.tgz paimon-shade-$RELEASE_VERSION
-gpg --armor --detach-sig paimon-shade-$RELEASE_VERSION-src.tgz
-$SHASUM paimon-shade-$RELEASE_VERSION-src.tgz >
paimon-shade-$RELEASE_VERSION-src.tgz.sha512
+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
-mv paimon-shade-$RELEASE_VERSION-src.* ../
+mv apache-paimon-shade-incubating-$RELEASE_VERSION-src.* ../
cd ..
rm -rf paimon-shade-tmp-clone