Skip to content

Commit

Permalink
Update branch name in release guide (#36020)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Dec 1, 2023
1 parent dde4065 commit 41f4766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/README_RELEASE_PROVIDER_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 41f4766

Please sign in to comment.