higrys commented on code in PR #38588:
URL: https://github.com/apache/airflow/pull/38588#discussion_r1543185968
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -852,7 +857,7 @@ Documentation for providers can be found in the
``/docs/apache-airflow`` directo
```shell script
cd "${AIRFLOW_REPO_ROOT}"
- breeze build-docs apache-airflow docker-stack --clean-build
+ breeze build-docs --package-filter apache-airflow --package-filter
docker-stack --clean-build
Review Comment:
```suggestion
breeze build-docs --package-filter apache-airflow --package-filter
docker-stack --clean-build
```
No need to add `--package-filter` the original version should work (and even
be auto-completable). The `--package-filter` is something of a past now that
most people should not use (including release managers).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]