Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dev/README_RELEASE_AIRFLOWCTL.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ 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
Expand Down
Loading