potiuk commented on code in PR #35112:
URL: https://github.com/apache/airflow/pull/35112#discussion_r1368271591


##########
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 ,
+git commit -m "Update providers metadata $(date '+%Y-%m-%d%n')"

Review Comment:
   Oh. That was definitely the intention :)



-- 
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]

Reply via email to