This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 7985fa898a7670903eea4426db12dfc4d2ab57a8 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Dec 23 17:46:10 2023 +0100 Add note for release manager about updating the states of providers (#36392) (cherry picked from commit d172ca933a7718e2c2d89761b5a38515621ffc0c) --- dev/README_RELEASE_PROVIDER_PACKAGES.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md index 16d6fbe9f9..f281b8403f 100644 --- a/dev/README_RELEASE_PROVIDER_PACKAGES.md +++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md @@ -476,8 +476,11 @@ breeze release-management publish-docs amazon apache.beam google .... breeze release-management add-back-references all-providers ``` -- If you publish a new package, you must add it to - [the docs index](https://github.com/apache/airflow-site/blob/master/landing-pages/site/content/en/docs/_index.md): +Review the state of removed, suspended, new packages in +[the docs index](https://github.com/apache/airflow-site/blob/master/landing-pages/site/content/en/docs/_index.md): + +- If you publish a new package, you must add it to the list of packages in the index. +- If there are changes to suspension or removal status of a package you must move it appropriate section. - Create the commit and push changes.
