This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun 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 976355ff765 [v3-1-test] Update release docs to reflect versioning
decision and yanked versions (#57677) (#57686)
976355ff765 is described below
commit 976355ff7658043b4caeccaece97cb38c020c3c1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 16:40:31 2025 +0100
[v3-1-test] Update release docs to reflect versioning decision and yanked
versions (#57677) (#57686)
* Update release notes to reflect versioning decision and yanked versions
* fix linting
(cherry picked from commit e0e3a9c2dce309a81615cb2d07636a918d4bde00)
Co-authored-by: Bugra Ozturk <[email protected]>
---
dev/README_RELEASE_AIRFLOWCTL.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index 4ceb68dc8f8..899f8480357 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -93,6 +93,13 @@ We are using the [SEMVER](https://semver.org/) versioning
scheme for the `airflo
to give the users confidence about maintaining backwards compatibility in the
new releases of those
packages.
+Decision made in [VOTE for RC
Release](https://lists.apache.org/thread/cnz3k2pox69ddkk647mt8gpfy0t70f94) made
the starting version from `1.*` to `0.*`.
+This caused a side effect where we won't be able to use following versions in
further releases which are yanked.
+
+- [1.0.0b1](https://pypi.org/project/apache-airflow-ctl/1.0.0b1/)
+- [1.0.0rc1](https://pypi.org/project/apache-airflow-ctl/1.0.0rc1/)
+- [1.0.0rc2](https://pypi.org/project/apache-airflow-ctl/1.0.0rc2/)
+
Set version env variable
```shell script