build: fix changelog generation

This commit is contained in:
Michael Kriese 2024-09-12 08:31:14 +02:00
parent 5cfed911ae
commit b6f42b2f45
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
3 changed files with 6 additions and 65 deletions

View file

@ -68,7 +68,7 @@ class GiteaReleaseCommand extends Command {
return 1;
}
const stream = getChangelog(tag, true).setEncoding('utf8');
const stream = getChangelog(undefined, false).setEncoding('utf8');
const changes = (await stream.toArray()).join('');
this.context.stdout.write(`Creating release ${tag}.\n`);