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 d7180893f81 [v3-1-test] Adjustments in release docs (#58008) (#58026)
d7180893f81 is described below
commit d7180893f816e03eaf2e9197e625f28fcd1481f9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 14:52:27 2025 +0100
[v3-1-test] Adjustments in release docs (#58008) (#58026)
(cherry picked from commit 8fe6c1c5682f3e1c461d1673e78584c669381746)
Co-authored-by: Bugra Ozturk <[email protected]>
---
dev/README_RELEASE_AIRFLOWCTL.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index f2db59517dd..609310626d3 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -453,8 +453,8 @@ svn update .
Set an environment variable: PATH_TO_SVN to the root of folder where you have
airflow-ctl
-``` shell
-cd asf-dist/dev/airflow/airflow-ctl
+```shell script
+cd asf-dist/dev/airflow
export PATH_TO_SVN=$(pwd -P)
```
@@ -503,7 +503,7 @@ breeze release-management prepare-airflow-ctl-distributions
--distribution-forma
5) Switch to the folder where you checked out the SVN dev files
```shell
-cd ${PATH_TO_SVN}/airflow-ctl
+cd ${PATH_TO_SVN}/airflow-ctl/${VERSION_RC}
```
6) Compare the packages in SVN to the ones you just built