This is an automated email from the ASF dual-hosted git repository.
bugraoz 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 8fe6c1c5682 Adjustments in release docs (#58008)
8fe6c1c5682 is described below
commit 8fe6c1c5682f3e1c461d1673e78584c669381746
Author: Bugra Ozturk <[email protected]>
AuthorDate: Fri Nov 7 08:19:07 2025 +0100
Adjustments in release docs (#58008)
---
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