kaxil commented on code in PR #41354: URL: https://github.com/apache/airflow/pull/41354#discussion_r1711415500
########## contributing-docs/10_working_with_git.rst: ########## @@ -27,33 +27,37 @@ that we are using rebase workflow. It also explains how to sync your fork with t Airflow Git Branches ==================== -All new development in Airflow happens in the ``main`` branch. All PRs should target that branch. +All new development in Airflow happens in the ``main`` branch which is now Airflow 3. All PRs should target that branch. -We also have a ``v2-*-test`` branches that are used to test ``2.*.x`` series of Airflow and where maintainers +We also have a ``v2-10-test`` branch that are used to test ``2.10.x`` series of Airflow 2 and where maintainers Review Comment: ```suggestion We also have a ``v2-10-test`` branch that is used to test ``2.10.x`` series of Airflow 2 and where maintainers ``` -- 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]
