This is an automated email from the ASF dual-hosted git repository.

eladkal 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 8f396a90740 Add tag provider step (#57740)
8f396a90740 is described below

commit 8f396a9074036841adfae71eaf9486dc775125a7
Author: Elad Kalif <[email protected]>
AuthorDate: Mon Nov 3 17:32:20 2025 +0200

    Add tag provider step (#57740)
    
    * Add tag provider step
    
    * fix static checks
    
    * Update dev/README_RELEASE_PROVIDERS.md
    
    Co-authored-by: Amogh Desai <[email protected]>
    
    ---------
    
    Co-authored-by: Amogh Desai <[email protected]>
---
 dev/README_RELEASE_PROVIDERS.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index 3494d2f7b52..75e7f241f64 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -37,6 +37,7 @@
   - [Build and sign the source and convenience 
packages](#build-and-sign-the-source-and-convenience-packages)
   - [Commit the source packages to Apache SVN 
repo](#commit-the-source-packages-to-apache-svn-repo)
   - [Publish the Regular distributions to PyPI (release 
candidates)](#publish-the-regular-distributions-to-pypi-release-candidates)
+  - [Push the RC tags](#push-the-rc-tags)
   - [Prepare documentation in Staging](#prepare-documentation-in-staging)
   - [Prepare issue in GitHub to keep status of 
testing](#prepare-issue-in-github-to-keep-status-of-testing)
   - [Prepare voting email for Providers release 
candidate](#prepare-voting-email-for-providers-release-candidate)
@@ -497,6 +498,14 @@ twine upload -r pypi ${AIRFLOW_REPO_ROOT}/dist/*
 
 * Confirm that the packages are available under the links printed and look 
good.
 
+## Push the RC tags
+
+Earlier, we pushed the date tag, now that the RC(s) are ready we can push the 
tags for them.
+
+```shell script
+breeze release-management tag-providers
+```
+
 ## Prepare documentation in Staging
 
 Documentation is an essential part of the product and should be made available 
to users.

Reply via email to