This is an automated email from the ASF dual-hosted git repository.
potiuk 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 aaed909344 update README_RELEASE_PROVIDER_PACKAGES.md (#35706)
aaed909344 is described below
commit aaed909344b12aa4691a9e23ea9f9c98d641d853
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Nov 17 19:07:59 2023 +0200
update README_RELEASE_PROVIDER_PACKAGES.md (#35706)
---
dev/README_RELEASE_PROVIDER_PACKAGES.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 77bc3c4bb9..08860c4b66 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -1014,9 +1014,11 @@ If you want to disable this behaviour, set the env
**CLEAN_LOCAL_TAGS** to false
## Update providers metadata
+Make sure you create the following branch from the git tag (steps before) and
not from main!
+
```shell script
cd ${AIRFLOW_REPO_ROOT}
-branch="update-providers-metadata-$(date '+%Y-%m-%d%n')
+branch="update-providers-metadata-$(date '+%Y-%m-%d%n')"
git checkout -b "${branch}"
breeze release-management generate-providers-metadata
git add -p .