-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix handling of backport changelog #2241
Conversation
.github/update-release-branch.py
Outdated
@@ -187,14 +187,18 @@ def process_changelog_for_backports(source_branch_major_version, target_branch_m | |||
|
|||
# until we find the first section, just duplicate all lines | |||
while True: | |||
found_first_section = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could make not found_first_section
the while
condition to save a few lines of code, but not blocking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh yes, of course!
Pull Request is not mergeable
Pull Request is not mergeable
The pull request is now mergeable :) |
This change fixes a bug when processing the changelog during a backport.
Merge / deployment checklist