You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 17:04:27 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #24848: Add additional information to Airflow release doc

jedcunningham commented on code in PR #24848:
URL: https://github.com/apache/airflow/pull/24848#discussion_r914014740


##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -82,6 +83,15 @@ if you do this, update the milestone in the issue to the "next" minor release.
 Many issues will be marked with the target release as their Milestone; this is a good shortlist
 to start with for what to cherry-pick.
 
+For a minor release, find out other bug fixes that are not marked with the target release as their Milestone
+and mark those as well. You can accomplish this by running the following command:
+
+```
+ ./dev/airflow-github needs-categorization b5202fa4ef16c97e59a8848fc04995bdf5bda418 HEAD
+ ```
+
+ where `b5202fa4ef16c97e59a8848fc04995bdf5bda418` is the head of the previous release branch.

Review Comment:
   Couldn't this be `2.3.2`, for example?



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org