pierrejeambrun commented on code in PR #35112:
URL: https://github.com/apache/airflow/pull/35112#discussion_r1368244555
##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -967,6 +968,19 @@ If you want to disable this behaviour, set the env
**CLEAN_LOCAL_TAGS** to false
./dev/provider_packages/tag_providers.sh
```
+## Update providers metadata
+
+```shell script
+branch="update-providers-metadata-$(date '+%Y-%m-%d%n')
+git checkout -b "${branch}"
+breeze release-management generate-providers-metadata
+git add -p ,
Review Comment:
```suggestion
git add -p .
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]