Skip to content
Draft
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
10 changes: 4 additions & 6 deletions dev/README_RELEASE_PROVIDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1285,11 +1285,8 @@ ls ${SOURCE_DIR}/*<provider>*
# Remove them
svn rm ${SOURCE_DIR}/*<provider>*

# Create providers folder if it does not exist
# All latest releases are kept in this one folder without version sub-folder
cd "${ASF_DIST_PARENT}/asf-dist/release/airflow"
mkdir -pv providers
cd providers
# All latest releases are kept in this providers folder without version sub-folder
cd "${ASF_DIST_PARENT}/asf-dist/release/airflow/providers"

# Copy your providers with the target name to dist directory and to SVN
rm -rf "${AIRFLOW_REPO_ROOT}"/dist/*
Expand All @@ -1314,7 +1311,8 @@ svn commit -m "Release Airflow Providers on $(date "+%Y-%m-%d%n")"
```

Verify that the packages appear in
[providers](https://dist.apache.org/repos/dist/release/airflow/providers)
[providers](https://dist.apache.org/repos/dist/release/airflow/providers) and the (always first)
`apache_airflow_providers-RELEASE_DATE-source.tar.gz` file should have the right RELEASE_DATE.

You are expected to see all latest versions of providers.
The ones you are about to release (with new version) and the ones that are not part of the current release.
Expand Down