This is an automated email from the ASF dual-hosted git repository.
eladkal 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 41f4766d5b Update branch name in release guide (#36020)
41f4766d5b is described below
commit 41f4766d5b4873ddbf8daa94d837398342aeaf98
Author: Elad Kalif <[email protected]>
AuthorDate: Sat Dec 2 00:20:21 2023 +0200
Update branch name in release guide (#36020)
---
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 b5eb38ed2e..711bb1713c 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -91,7 +91,7 @@ command with the `--only-min-version-update` flag. This will
only update the min
the `__init__.py` files and package documentation without bumping the provider
versions.
```shell script
-branch="Bump minimum Airflow version in providers to Airflow 2.6.0"
+branch="update-min-airflow-version"
git checkout -b "${branch}"
breeze release-management prepare-provider-documentation
--only-min-version-update
git add .