build: fix changelog generation
This commit is contained in:
parent
215eba92ba
commit
92eed05b4e
3 changed files with 5 additions and 2 deletions
|
|
@ -5,4 +5,4 @@ const file = process.argv[3]
|
|||
? fs.createWriteStream(process.argv[3])
|
||||
: process.stdout;
|
||||
|
||||
getChangelog().pipe(file);
|
||||
getChangelog(process.argv[2], !!process.argv[2]).pipe(file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue