ephraimbuddy opened a new pull request, #59438:
URL: https://github.com/apache/airflow/pull/59438
Old RC releases should be removed when a new RC is built. This helps us
avoid the situation we had with 3.1.4. The step to remove the old RC wasn't
working before because we were checking old releases against Airflow 2 instead
of 3 using if name.startswith("2"). The fix here is to use pattern to select
all old RCs whether they are version 2 or 3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]