mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Fix release script
This commit is contained in:
@ -165,7 +165,7 @@ def release(args):
|
|||||||
if first_section[0] == '\n':
|
if first_section[0] == '\n':
|
||||||
first_section.pop(0)
|
first_section.pop(0)
|
||||||
|
|
||||||
changes = first_section
|
changes = ''.join(first_section)
|
||||||
|
|
||||||
fmt_repo.checkout('-B', 'release')
|
fmt_repo.checkout('-B', 'release')
|
||||||
fmt_repo.add(changelog)
|
fmt_repo.add(changelog)
|
||||||
|
Reference in New Issue
Block a user