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 b5a6a8183d Add updating providers metadata during release (#35112)
b5a6a8183d is described below

commit b5a6a8183dfc01115e9d2c8657515a2a90db865c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Oct 23 10:24:20 2023 +0200

    Add updating providers metadata during release (#35112)
---
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md 
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index e7c10366bc..7f543a08bd 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -44,6 +44,7 @@
   - [Publish the packages to PyPI](#publish-the-packages-to-pypi)
   - [Publish documentation prepared 
before](#publish-documentation-prepared-before)
   - [Add tags in git](#add-tags-in-git-1)
+  - [Update providers metadata](#update-providers-metadata)
   - [Notify developers of release](#notify-developers-of-release)
   - [Send announcements about security issues fixed in the 
release](#send-announcements-about-security-issues-fixed-in-the-release)
   - [Announce about the release in social 
media](#announce-about-the-release-in-social-media)
@@ -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 ${branch})"
+git push --set-upstream origin "${branch}"
+```
+
+Create PR ang get it merged
+
 ## Notify developers of release
 
 Notify [email protected] (cc'ing [email protected]) that

Reply via email to