You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/05 12:55:09 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #14082: Corrections in docs and tools after releasing provider RCs

kaxil commented on a change in pull request #14082:
URL: https://github.com/apache/airflow/pull/14082#discussion_r570948001



##########
File path: dev/README_RELEASE_PROVIDER_PACKAGES.md
##########
@@ -283,21 +283,37 @@ cd "${AIRFLOW_REPO_ROOT}"
 
 - Copy the documentation to the ``airflow-site`` repository
 
+**NOTE** In oder to run the publish_doc
+
+All providers:
+
 ```shell script
 ./docs/publish_docs.py \
     --package-filter apache-airflow-providers \
-    --package-filter apache-airflow-providers-telegram \
+    --package-filter 'apache-airflow-providers-*'
 
 cd "${AIRFLOW_SITE_DIRECTORY}"
 ```
 
+If you have released just a few providers:
+
+```shell script
+./docs/publish_docs.py \
+    --package-filter apache-airflow-providers \
+  --package-filter 'apache-airflow-providers-PACKAGE1' \
+  --package-filter 'apache-airflow-providers-PACKAGE2' \

Review comment:
       nit
   ```suggestion
   ./docs/publish_docs.py \
       --package-filter apache-airflow-providers \
       --package-filter 'apache-airflow-providers-PACKAGE1' \
       --package-filter 'apache-airflow-providers-PACKAGE2' \
   ```




----------------------------------------------------------------
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.

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