This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit ec77f84b1f670d9d2131a123e228018874f031e9 Author: Elad Kalif <[email protected]> AuthorDate: Sat Dec 2 00:20:21 2023 +0200 Update branch name in release guide (#36020) (cherry picked from commit 41f4766d5b4873ddbf8daa94d837398342aeaf98) --- 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 .
