This is an automated email from the ASF dual-hosted git repository.
amoghrajesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a0284d47131 Fixing formatting of a code block in PMC checks for
providers (#69588)
a0284d47131 is described below
commit a0284d47131889d1cbb96984be3cbe349f679922
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Jul 8 15:12:29 2026 +0530
Fixing formatting of a code block in PMC checks for providers (#69588)
---
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