Skip to content

Commit

Permalink
Smarter logic on changelog release
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Aug 21, 2024
1 parent 778b4b0 commit f153287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if line.startswith("### "):
if args.version == line[3:].strip():
found = True
else:
elif found:
break
else:
if found:
Expand Down

0 comments on commit f153287

Please sign in to comment.