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/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 5347a2ea4 ci: include http transports in rust release plan (#7901)
5347a2ea4 is described below
commit 5347a2ea4e3dd3994f7952b1af547d6354c91130
Author: Xuanwo <[email protected]>
AuthorDate: Fri Jul 10 20:26:59 2026 +0800
ci: include http transports in rust release plan (#7901)
---
.github/scripts/release_rust/plan.py | 1 +
.github/workflows/release_rust.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/scripts/release_rust/plan.py
b/.github/scripts/release_rust/plan.py
index 2f748a2da..125cc7ba8 100644
--- a/.github/scripts/release_rust/plan.py
+++ b/.github/scripts/release_rust/plan.py
@@ -31,6 +31,7 @@ PUBLISH_GLOBS = (
"core/Cargo.toml",
"core/core/Cargo.toml",
"core/testkit/Cargo.toml",
+ "core/http-transports/*/Cargo.toml",
"core/layers/*/Cargo.toml",
"core/services/*/Cargo.toml",
"integrations/*/Cargo.toml",
diff --git a/.github/workflows/release_rust.yml
b/.github/workflows/release_rust.yml
index 7f56761fa..83a15641b 100644
--- a/.github/workflows/release_rust.yml
+++ b/.github/workflows/release_rust.yml
@@ -30,6 +30,7 @@ on:
- ".github/workflows/release_rust.yml"
- ".github/scripts/release_rust/**"
- "core/testkit/Cargo.toml"
+ - "core/http-transports/*/Cargo.toml"
workflow_dispatch:
permissions: