This is an automated email from the ASF dual-hosted git repository. amoghrajesh pushed a commit to branch amoghrajesh-patch-1 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1905f41f9bb4b144da0f16b8e6256016f8d93369 Author: Amogh Desai <[email protected]> AuthorDate: Wed Jul 8 11:04:03 2026 +0530 Fixing formatting of a code block in PMC checks for providers --- dev/README_RELEASE_PROVIDERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md index 7f4c1ab0350..eab74f00b42 100644 --- a/dev/README_RELEASE_PROVIDERS.md +++ b/dev/README_RELEASE_PROVIDERS.md @@ -1017,7 +1017,7 @@ to verify that all expected files are present in SVN. This command will produce may help with verifying installation of the packages. Once you have cloned/updated the SVN repository, copy the PyPi URLs shared -in the email to a file called `packages.txt` in the $AIRFLOW_REPO_ROOT/files +in the email to a file called `packages.txt` in the `$AIRFLOW_REPO_ROOT/files` directory (git-ignored, so it won't be accidentally committed). ```shell script
