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

amoghdesai 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 eac69d3a20a Minor corrections to PMC instructions while releasing 
airflow (#53118)
eac69d3a20a is described below

commit eac69d3a20a85b019400e8f8fcc28bcf35b24f47
Author: Amogh Desai <[email protected]>
AuthorDate: Thu Jul 10 19:13:35 2025 +0530

    Minor corrections to PMC instructions while releasing airflow (#53118)
---
 dev/README_RELEASE_AIRFLOW.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 0fafbc345a7..037ab546424 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -652,11 +652,17 @@ Or update it if you already checked it out:
 svn update .
 ```
 
+Set an environment variable: PATH_TO_SVN to the root of folder where you clone 
the SVN repository:
+
+``` shell
+export PATH_TO_SVN=<set your path to svn here>
+```
+
 Optionally you can use `check_files.py` script to verify that all expected 
files are
 present in SVN. This script may help also with verifying installation of the 
packages.
 
 ```shell script
-uv run check_files.py airflow -v ${VERSION} -p {PATH_TO_SVN}
+uv run check_files.py airflow -v ${VERSION} -p ${PATH_TO_SVN}
 ```
 
 ## Licence check

Reply via email to