You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/12/13 23:55:13 UTC

[airflow] branch main updated: Add provider common package release when releasing subset of providers (#28348)

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 b8aae46aec Add provider common package release when releasing subset of providers (#28348)
b8aae46aec is described below

commit b8aae46aec9f291a9cf46c6c7ded2fcc99dcf9a6
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Dec 14 00:55:05 2022 +0100

    Add provider common package release when releasing subset of providers (#28348)
---
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 1a231078eb..920527acf0 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -325,6 +325,7 @@ If we want to just release some providers you can release them in this way:
 ```shell script
 cd "${AIRFLOW_REPO_ROOT}"
 breeze build-docs --clean-build --for-production \
+  --package-filter apache-airflow-providers \
   --package-filter 'apache-airflow-providers-PACKAGE1' \
   --package-filter 'apache-airflow-providers-PACKAGE2' \
   ...