mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +00:00
Fix release script
This commit is contained in:
parent
26d07e49b2
commit
1930ed4bfa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user