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 283b86bf3bb Remove unnecessary `--tag` flag from git push (#57999)
283b86bf3bb is described below
commit 283b86bf3bb723358eec2152efb432cbabc0273d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Nov 7 01:27:12 2025 +0100
Remove unnecessary `--tag` flag from git push (#57999)
---
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: