fix release updater

This commit is contained in:
arabcoders 2025-07-06 19:39:49 +03:00
parent 9ef8f47071
commit 8081eb60d4

View file

@ -219,7 +219,7 @@ jobs:
const commits = comparison.commits.filter(c => 1 === c.parents.length);
const changelog = commits.commits.map(
const changelog = commits.map(
c => `- ${c.sha.substring(0, 7)} ${c.commit.message.split('\n')[0]} by @${c.commit.author.name}`
).join('\n');