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 f6bff828af Fixing breeze add-back-references command with doc (#32649)
f6bff828af is described below

commit f6bff828af28a9f7f25ef35ec77da4ca26388258
Author: Amogh Desai <[email protected]>
AuthorDate: Tue Jul 18 11:53:31 2023 +0530

    Fixing breeze add-back-references command with doc (#32649)
---
 dev/README_RELEASE_AIRFLOW.md           | 2 +-
 dev/README_RELEASE_HELM_CHART.md        | 4 +---
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 5 +----
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 08ec16a68b..06d98041fd 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -805,7 +805,7 @@ Documentation for providers can be found in the 
``/docs/apache-airflow`` directo
 
     ```shell script
     breeze release-management publish-docs --package-filter apache-airflow 
--package-filter docker-stack
-    breeze release-management add-back-references --airflow-site-directory 
--gen-type airflow
+    breeze release-management add-back-references --gen-type airflow
     git add .
     git commit -m "Add documentation for Apache Airflow ${VERSION}"
     git push
diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index 087c56b3f8..01994e6241 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -633,9 +633,7 @@ between the two repositories to be able to build the 
documentation.
   Regenerate `index.yaml` so it can be added to the Airflow website to allow: 
`helm repo add https://airflow.apache.org`.
 
     ```shell
-    cd "${AIRFLOW_SITE_DIRECTORY}"
-    breeze release-management add-back-references --airflow-site-directory 
--gen-type helm
-    cd ..
+    breeze release-management add-back-references --gen-type helm
     curl 
https://dist.apache.org/repos/dist/dev/airflow/helm-chart/$RC/index.yaml -o 
index.yaml
     cp ${AIRFLOW_SVN_RELEASE_HELM}/${VERSION}/airflow-${VERSION}.tgz .
     helm repo index --merge ./index.yaml . --url 
"https://downloads.apache.org/airflow/helm-chart/$VERSION";
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md 
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 323a83a966..3e13d7de9e 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -392,10 +392,7 @@ breeze release-management publish-docs \
     --package-filter 'apache-airflow-providers-*' \
     --override-versioned
 
-cd "${AIRFLOW_SITE_DIRECTORY}"
-breeze release-management add-back-references --airflow-site-directory 
--gen-type providers
-cd ..
-
+breeze release-management add-back-references --gen-type providers
 ```
 
 If you see `ModuleNotFoundError: No module named 'docs'`, set:

Reply via email to