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

rahulvats pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7790482e7a4 update version for release command (#61260)
7790482e7a4 is described below

commit 7790482e7a47062a57b1ef2eb5d97a83ce973277
Author: Rahul Vats <[email protected]>
AuthorDate: Fri Jan 30 21:09:36 2026 +0530

    update version for release command (#61260)
---
 .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 2074cc4232e..653a0971364 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -399,7 +399,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.6
+          breeze release-management start-release --version 3.1.7
           --answer yes --dry-run
       - name: "Test providers metadata generation"
         run: |

Reply via email to