Skip to content

Commit

Permalink
Update rz.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Dec 24, 2021
1 parent 7c2a460 commit 3dca60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rz.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def parse_release_note():
if '## Unreleased' in line:
collect = True
continue
if('## v' in line):
if '## v' in line:
break
if(collect):
if collect:
note += line
return note

Expand Down

0 comments on commit 3dca60f

Please sign in to comment.