This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch fix-scripts
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit eca9ecf4519c060e812001d6048a624e763fa904
Author: Xuanwo <[email protected]>
AuthorDate: Thu Jan 18 14:00:36 2024 +0800

    chore: Remove incubating from releases
    
    Signed-off-by: Xuanwo <[email protected]>
---
 scripts/release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/release.sh b/scripts/release.sh
index 2217047d73..95c25e5564 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -62,7 +62,7 @@ for package in "${PACKAGES[@]}"; do
 done
 
 echo "> Start package"
-git archive --format=tar.gz 
--output="dist/apache-opendal-incubating-$release_version-src.tar.gz" 
--prefix="apache-opendal-incubating-$release_version-src/" 
--add-file=Cargo.toml "$git_branch"
+git archive --format=tar.gz 
--output="dist/apache-opendal-$release_version-src.tar.gz" 
--prefix="apache-opendal-$release_version-src/" --add-file=Cargo.toml 
"$git_branch"
 
 cd dist
 echo "> Generate signature"

Reply via email to