Merge pull request #324 from arabcoders/dev

fix release updater
This commit is contained in:
Abdulmohsen 2025-07-06 19:40:18 +03:00 committed by GitHub
commit eb3ac026ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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');