Fix release script

This commit is contained in:
Victor Zverovich 2024-06-29 09:09:55 -07:00
parent 26d07e49b2
commit 1930ed4bfa

View File

@ -165,7 +165,7 @@ def release(args):
if first_section[0] == '\n':
first_section.pop(0)
changes = first_section
changes = ''.join(first_section)
fmt_repo.checkout('-B', 'release')
fmt_repo.add(changelog)