potiuk commented on code in PR #32613:
URL: https://github.com/apache/airflow/pull/32613#discussion_r1263956933


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -805,10 +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
-    cd "${AIRFLOW_SITE_DIRECTORY}"
-    cd post-docs
-    python add-back-references.py airflow
-    cd ..
+    breeze release-management add-back-references --airflow-site-director 
DIRECTORY --gen-type airflow

Review Comment:
   You should not add the flag here. Those are real copy-pasteable 
instructions, it should **just-work** 
   
   You should remove the flags, and ENVVAR will kick in here. If you look up 
AIRLFOW_SITE_DIRECTORY is set few steps above , so just running it without the 
flag should work here (and in the other places).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to