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
4 changes: 3 additions & 1 deletion dev/README_RELEASE_PROVIDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,8 @@ There are few special considerations when the list of provider is updated.
in [airflow-site](https://github.com/apache/airflow-site) repository.

```shell script
cd airflow-site
export AIRFLOW_SITE_DIRECTORY="$(pwd -P)"
cd "${AIRFLOW_SITE_DIRECTORY}"
branch="add-documentation-$(date "+%Y-%m-%d%n")"
git checkout -b "${branch}"
Expand All @@ -1210,7 +1212,7 @@ list and stable links should be updated, also Fastly cache will be invalidated.
```shell script
cd ${AIRFLOW_REPO_ROOT}
git checkout main
git pull
git pull apache main
current_date=$(date '+%Y-%m-%d%n')
branch="update-providers-metadata-${current_date}"
git checkout -b "${branch}"
Expand Down