This is an automated email from the ASF dual-hosted git repository.
potiuk 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 3ee0295939d [v3-1-test] Fix GitHub Actions workflow: remove
unsupported --previous-release option (#59499) (#59503)
3ee0295939d is described below
commit 3ee0295939d9ba8244992242b2ec6144d0e8c0b4
Author: Ankit Chaurasia <[email protected]>
AuthorDate: Tue Dec 16 18:40:44 2025 +0545
[v3-1-test] Fix GitHub Actions workflow: remove unsupported
--previous-release option (#59499) (#59503)
(cherry picked from commit f74c105741d26fafb66a77f4defee65e31b27e21)
---
.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 6837d34ddd1..35c6a1f9914 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -377,7 +377,7 @@ jobs:
- name: "Check Airflow release process command"
run: >
breeze release-management start-release --release-candidate 3.1.0rc1
- --previous-release 3.0.0 --answer yes --dry-run
+ --answer yes --dry-run
- name: "Test providers metadata generation"
run: |
git remote add apache https://github.com/apache/airflow.git