This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new ada2e224 ci: Fix release not contains incubating (#2292)
ada2e224 is described below
commit ada2e224f8f217f1cc0eaf3fe59285b7be09cd8f
Author: Xuanwo <[email protected]>
AuthorDate: Tue May 23 14:55:40 2023 +0800
ci: Fix release not contains incubating (#2292)
Signed-off-by: Xuanwo <[email protected]>
---
scripts/README.md | 2 +-
scripts/release.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/README.md b/scripts/README.md
index 2eecd635..f26639e8 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -22,7 +22,7 @@ OPENDAL_VERSION=0.30.2 OPENDAL_VERSION_RC=rc1
./scripts/release.sh
## Check
```shell
-./scripts/check.sh apache-incubator-opendal-0.33.3-src.tar.gz
+./scripts/check.sh apache-opendal-incubating-0.33.3-src.tar.gz
```
> Before running the check, please ensure that you have completed the
> following preparations.
diff --git a/scripts/release.sh b/scripts/release.sh
index ccf9993d..f0646b17 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -39,7 +39,7 @@ echo "> Checkout version branch"
git checkout -B "${git_branch}"
echo "> Start package"
-git archive --format=tar.gz
--output="dist/apache-incubator-opendal-$release_version-src.tar.gz"
--prefix="apache-incubator-opendal-$release_version-src/" "$git_branch"
+git archive --format=tar.gz
--output="dist/apache-opendal-incubating-$release_version-src.tar.gz"
--prefix="apache-opendal-incubating-$release_version-src/" "$git_branch"
cd dist
echo "> Generate signature"