Skip to content

Commit 5a0fbfb

Browse files
committed
Fix towncrier command in tools/finalize
1 parent 98728b1 commit 5a0fbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/finalize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def update_changelog():
4242
cmd = [
4343
sys.executable, '-m',
4444
'towncrier',
45+
'build',
4546
'--version', get_version(),
4647
'--yes',
4748
]

0 commit comments

Comments
 (0)