This is an automated email from the ASF dual-hosted git repository.
bugraoz pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 0539ee03937 [v3-1-test] Update version of Test Release command
(#60289) (#60295)
0539ee03937 is described below
commit 0539ee039377ee283e8257e92a2957dd40ed9a07
Author: Bugra Ozturk <[email protected]>
AuthorDate: Thu Jan 8 22:47:11 2026 +0100
[v3-1-test] Update version of Test Release command (#60289) (#60295)
(cherry picked from commit e7fa55d)
---
.github/workflows/basic-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index a246ee98f29..3de189e2b47 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -366,7 +366,7 @@ jobs:
--task-sdk-version 1.0.0rc1 --sync-branch v3-1-test --answer yes
--dry-run
- name: "Check Airflow release process command"
run: >
- breeze release-management start-release --version 3.1.1
+ breeze release-management start-release --version 3.1.5
--answer yes --dry-run
- name: "Test providers metadata generation"
run: |