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

potiuk pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new f08da988969 [v3-2-test] Add --path-to-airflow-svn definitions to 
release verification (#64798) (#64805)
f08da988969 is described below

commit f08da988969272484a44f0f685efd8409818bce1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 6 22:08:41 2026 +0200

    [v3-2-test] Add --path-to-airflow-svn definitions to release verification 
(#64798) (#64805)
    
    (cherry picked from commit 44323b0cd4ba7e17d1829ff44532f954e17ea9e5)
    
    Co-authored-by: Bugra Ozturk <[email protected]>
---
 dev/README_RELEASE_AIRFLOW.md       | 4 ++--
 dev/README_RELEASE_AIRFLOWCTL.md    | 2 +-
 dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 0dc8dec98bc..0e5a9bf3366 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -897,13 +897,13 @@ Optionally you can use the `breeze release-management 
check-release-files` comma
 present in SVN. This command may also help with verifying installation of the 
packages.
 
 ```shell script
-breeze release-management check-release-files airflow --version ${VERSION_RC}
+breeze release-management check-release-files airflow --version ${VERSION_RC} 
--path-to-airflow-svn=${PATH_TO_AIRFLOW_SVN}
 ```
 
 You will see commands that you can execute to check installation of the 
distributions in containers.
 
 ```shell script
-breeze release-management check-release-files task-sdk --version 
${TASK_SDK_VERSION_RC}
+breeze release-management check-release-files task-sdk --version 
${TASK_SDK_VERSION_RC} --path-to-airflow-svn=${PATH_TO_AIRFLOW_SVN}
 ```
 
 You will see commands that you can execute to check installation of the 
distributions in containers.
diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index 6c7cdcd205b..2d373e3f7b9 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -536,7 +536,7 @@ You can use the `breeze release-management 
check-release-files` command to verif
 present in SVN. This command may also help with verifying installation of the 
packages.
 
 ```shell script
-breeze release-management check-release-files airflow-ctl --version 
${VERSION_RC}
+breeze release-management check-release-files airflow-ctl --version 
${VERSION_RC} --path-to-airflow-svn=${PATH_TO_AIRFLOW_SVN}
 ```
 
 You will see commands that you can execute to check installation of the 
distributions in containers.
diff --git a/dev/README_RELEASE_PYTHON_CLIENT.md 
b/dev/README_RELEASE_PYTHON_CLIENT.md
index dff1d511bc8..68d6e57d044 100644
--- a/dev/README_RELEASE_PYTHON_CLIENT.md
+++ b/dev/README_RELEASE_PYTHON_CLIENT.md
@@ -448,7 +448,7 @@ You can use the `breeze release-management 
check-release-files` command to verif
 present in SVN. This command may also help with verifying installation of the 
packages.
 
 ```shell script
-breeze release-management check-release-files python-client --version 
${VERSION_RC}
+breeze release-management check-release-files python-client --version 
${VERSION_RC}  --path-to-airflow-svn=${PATH_TO_AIRFLOW_SVN}
 ```
 
 You will see commands that you can execute to check installation of the 
distributions in containers.

Reply via email to