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

potiuk 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 44323b0cd4b Add --path-to-airflow-svn definitions to release 
verification (#64798)
44323b0cd4b is described below

commit 44323b0cd4ba7e17d1829ff44532f954e17ea9e5
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Apr 6 22:04:48 2026 +0200

    Add --path-to-airflow-svn definitions to release verification (#64798)
---
 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 b0d06fb4684..2a3562bd389 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -898,13 +898,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 d8ebaaa6491..ba1a37fe214 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 d4eda89c6d8..00452356020 100644
--- a/dev/README_RELEASE_PYTHON_CLIENT.md
+++ b/dev/README_RELEASE_PYTHON_CLIENT.md
@@ -473,7 +473,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