This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/amoro-shade.git
The following commit(s) were added to refs/heads/main by this push:
new 0baf6a6 Change source release file suffix to tar.gz (#6)
0baf6a6 is described below
commit 0baf6a69d86b089b47d103b6d1be7df2224eb22f
Author: ZhouJinsong <[email protected]>
AuthorDate: Tue Jul 16 19:36:45 2024 +0800
Change source release file suffix to tar.gz (#6)
---
.gitignore | 1 +
tools/releasing/create_source_release.sh | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index d6248fa..9e355da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
target
*.iml
tools/release
+**/.DS_Store
\ No newline at end of file
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index aeaaecb..0c07ad3 100644
--- 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" \
. amoro-shade-$RELEASE_VERSION
-tar czf amoro-shade-${RELEASE_VERSION}-src.tgz amoro-shade-$RELEASE_VERSION
-gpg --armor --detach-sig amoro-shade-$RELEASE_VERSION-src.tgz
-$SHASUM amoro-shade-$RELEASE_VERSION-src.tgz >
amoro-shade-$RELEASE_VERSION-src.tgz.sha512
+tar czf apache-amoro-shade-${RELEASE_VERSION}-src.tar.gz
amoro-shade-$RELEASE_VERSION
+gpg --armor --detach-sig apache-amoro-shade-$RELEASE_VERSION-src.tar.gz
+$SHASUM apache-amoro-shade-$RELEASE_VERSION-src.tar.gz >
apache-amoro-shade-$RELEASE_VERSION-src.tar.gz.sha512
-mv amoro-shade-$RELEASE_VERSION-src.* ../
+mv apache-amoro-shade-$RELEASE_VERSION-src.* ../
cd ..
rm -rf amoro-shade-tmp-clone