ephraimbuddy commented on code in PR #29098: URL: https://github.com/apache/airflow/pull/29098#discussion_r1083817696
########## dev/README_RELEASE_AIRFLOW.md: ########## @@ -119,8 +120,24 @@ git log --oneline --decorate apache/v2-2-stable..apache/main -- docs/apache-airf Those changes that are "doc-only" changes should be marked with `type:doc-only` label so that they land in documentation part of the changelog. The tool to review and assign the labels is described below. +## Making the cherry picking + +To see cherry picking candidates (unmerged PR with the appropriate milestone) you can run: + +```shell +./dev/airflow-github compare 2.1.2 --unmerged +``` + +Be careful and verify the hash commit specified. This is a 'best effort' to find it, and +could be inaccurate if the PR was referenced in other commits after it was merged. Review Comment: Let's add a note to start cherry-picking from the bottom of the list -- 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]
