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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 9f7c144e39c [v3-1-test] Remove unnecessary `--tag` flag from git push 
(#57999) (#58000)
9f7c144e39c is described below

commit 9f7c144e39c30bf9fb0f0957104162ce1faf4471
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 01:28:21 2025 +0100

    [v3-1-test] Remove unnecessary `--tag` flag from git push (#57999) (#58000)
    
    (cherry picked from commit 283b86bf3bb723358eec2152efb432cbabc0273d)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 dev/README_RELEASE_AIRFLOWCTL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index 13f19e1812b..fb594cfad81 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -148,7 +148,7 @@ and lead to annoying errors. The default behaviour would be 
to clean such local
 
 ```shell script
 git tag -s "airflow-ctl/${VERSION_RC}"
-git push apache --tags "airflow-ctl/${VERSION_RC}"
+git push apache "airflow-ctl/${VERSION_RC}"
 ```
 
 * Release candidate packages:

Reply via email to