This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-2-test by this push:
new 89e65d37bf7 [v3-2-test] Empty suffix for SVN release for airflowctl
(#67865) (#67866)
89e65d37bf7 is described below
commit 89e65d37bf7d3b4e042aa3c1b00958f9ce30011b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 22:20:45 2026 +0200
[v3-2-test] Empty suffix for SVN release for airflowctl (#67865) (#67866)
(cherry picked from commit 8f76fa01803f80ad9a0a675133457a6f43df96f6)
Co-authored-by: Bugra Ozturk <[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 a5c68aae111..9fcf52f2b59 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -166,7 +166,7 @@ git push apache "airflow-ctl/${VERSION_RC}"
* Release candidate packages:
```shell script
-breeze release-management prepare-airflow-ctl-distributions
--distribution-format both
+breeze release-management prepare-airflow-ctl-distributions
--distribution-format both --version-suffix ""
breeze release-management prepare-tarball --tarball-type apache_airflow_ctl
--version "${VERSION}" --version-suffix "${VERSION_SUFFIX}"
```