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 bd2d5a48fa3 [v3-1-test] Small updates to release process (PMC provider 
check) (#58913) (#58917)
bd2d5a48fa3 is described below

commit bd2d5a48fa3504eb2591c16542d9a1c1b0129bfb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 2 02:00:29 2025 +0100

    [v3-1-test] Small updates to release process (PMC provider check) (#58913) 
(#58917)
    
    (cherry picked from commit 78cc12f77f018bf2a912e7f18b711d72b845b60a)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 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 495d079b31d..8261ebdcf4d 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -803,10 +803,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.
 
@@ -824,7 +824,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}
 ```

Reply via email to