build: fix changelog generation
This commit is contained in:
parent
00df9b574c
commit
9eae9d2a6e
4 changed files with 18 additions and 12 deletions
|
|
@ -68,7 +68,7 @@ class GiteaReleaseCommand extends Command {
|
|||
return 1;
|
||||
}
|
||||
|
||||
const stream = getChangelog(tag, true).setEncoding('utf8');
|
||||
const stream = getChangelog(true).setEncoding('utf8');
|
||||
const changes = (await stream.toArray()).join('');
|
||||
|
||||
this.context.stdout.write(`Creating release ${tag}.\n`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue