potiuk commented on code in PR #32495:
URL: https://github.com/apache/airflow/pull/32495#discussion_r1261341249
##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -408,7 +408,7 @@ All providers (including overriding documentation for
doc-only changes):
```shell script
cd "${AIRFLOW_REPO_ROOT}"
-./docs/publish_docs.py \
+breeze release-management publish-docs \
Review Comment:
It's a helper script converting list of ids which you already have (amazon
google ... ) to list of flags (--package-filter apache-airlfow-providers-amazon
--package-filter apache-airlfow-providers-google ....) .
If you prefer to do it manually fine, but I think having script is useful.
We could of course add it to the command but --package-filter is traditionally
there and serves other purposes too (not everything is a provider for one).
--
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]