Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions dev/README_RELEASE_PROVIDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,18 @@ not be needed unless there is some problem with workflow automation above)
> manual intervention. If you need to rebuild the registry independently, trigger the `registry-build.yml`
> workflow manually. See [`registry/README.md`](../registry/README.md) for details.

### Update airflow-site index for new providers

If this release adds a brand-new provider, also update
`airflow-site/landing-pages/site/content/en/docs/_index.md` in the
`apache/airflow-site` repository. The "Active providers" list there is
maintained manually, so new providers will not appear on the public docs index
until that file is updated and the live site refresh completes.

To avoid publishing the provider in the site index too early, keep the
`apache/airflow-site` change unmerged until the live release window, then merge
it immediately before or together with the `live` refresh step above.

## Update providers metadata

Create PR and open it to be merged:
Expand Down
Loading