This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 8f76fa01803 Empty suffix for SVN release for airflowctl (#67865)
8f76fa01803 is described below
commit 8f76fa01803f80ad9a0a675133457a6f43df96f6
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Jun 1 22:12:15 2026 +0200
Empty suffix for SVN release for airflowctl (#67865)
---
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 d8bb5fd6fb7..03d3e9e70e6 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -542,7 +542,7 @@ git push upstream "airflow-ctl/${VERSION_RC}"
you are actively debugging the build itself:
```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}"
```