Skip to content

Commit 2a10bad

Browse files
committed
review
1 parent 73f6e1c commit 2a10bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/createReleasePR.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export async function createReleasePR({
362362

363363
// sometimes the scope of the commits is not set correctly and concerns another language, we can fix it.
364364
if (LANGUAGES.includes(validCommit.scope as Language) && validCommit.scope !== lang) {
365-
validCommit.message = validCommit.message.replace(`(${validCommit.scope}):`, `(${lang}):`);
365+
validCommit.message = validCommit.message.replace(`(${validCommit.scope}):`, '(clients):');
366366
}
367367

368368
const changelogCommit = [

0 commit comments

Comments
 (0)