potiuk commented on code in PR #36548:
URL: https://github.com/apache/airflow/pull/36548#discussion_r1440911978


##########
dev/airflow-github:
##########
@@ -323,29 +323,30 @@ def changelog(previous_version, target_version, 
github_token):
     # Get a list of issues/PRs that have been committed on the current branch.
     log = get_commits_between(repo, previous_version, target_version)
 
+    print("Number of commits", len(log))
+
     gh = Github(github_token)
     gh_repo = gh.get_repo("apache/airflow")
     sections = defaultdict(list)
+    existing_commits = set()
+    with open("../RELEASE_NOTES.rst") as file:

Review Comment:
   Ah yeah... That's hell of a time saver.



-- 
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]

Reply via email to