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 78cc12f77f0 Small updates to release process (PMC provider check) 
(#58913)
78cc12f77f0 is described below

commit 78cc12f77f018bf2a912e7f18b711d72b845b60a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Dec 2 01:52:30 2025 +0100

    Small updates to release process (PMC provider check) (#58913)
---
 dev/README_RELEASE_PROVIDERS.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index 52d531aa069..6e6a810ca50 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -688,10 +688,10 @@ svn update --set-depth=infinity asf-dist/dev/airflow
 Or update it if you already checked it out:
 
 ```shell script
-cd asf-dist/dev/airflow
-svn update .
+svn update --set-depth=infinity asf-dist/dev/airflow
 ```
 
+
 Set environment variables: PATH_TO_AIRFLOW_SVN to the root of folder where you 
have providers and RELEASE_DATE to
 the release date you are verifying.
 
@@ -709,7 +709,7 @@ in the email to a file called `packages.txt` in the 
$AIRFLOW_REPO_ROOT/dev
 directory.
 
 ```shell script
-cd ${AIRFLOW_REPO_ROOT}/dev
+cd ${AIRFLOW_REPO_ROOT}
 # Copy packages.txt extracted from the mail sent by the release manager here
 breeze release-management check-release-files providers --release-date 
"${RELEASE_DATE}" --packages-file ./dev/packages.txt --path-to-airflow-svn 
"${PATH_TO_AIRFLOW_SVN}"
 ```

Reply via email to