This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1c633cd19c60d27cc4df87eb7c0c50ff6816cf6e Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Jan 6 12:29:13 2022 +0100 Fix naming convention for sdist provider packages (#20711) (cherry picked from commit e36e061c19d24aeaf80674dd40be13e7049cec53) --- dev/README_RELEASE_PROVIDER_PACKAGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md index 3d928b0..db069c8 100644 --- a/dev/README_RELEASE_PROVIDER_PACKAGES.md +++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md @@ -471,7 +471,7 @@ This can be done with the Apache RAT tool. * Download the latest jar from https://creadur.apache.org/rat/download_rat.cgi (unpack the binary, the jar is inside) -* Unpack the release source archive (the `<package + version>-source.tar.gz` file) to a folder +* Unpack the release source archive (the `<package + version>.tar.gz` file) to a folder * Enter the sources folder run the check ```shell script
