We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f6e1c commit 2a10badCopy full SHA for 2a10bad
scripts/release/createReleasePR.ts
@@ -362,7 +362,7 @@ export async function createReleasePR({
362
363
// sometimes the scope of the commits is not set correctly and concerns another language, we can fix it.
364
if (LANGUAGES.includes(validCommit.scope as Language) && validCommit.scope !== lang) {
365
- validCommit.message = validCommit.message.replace(`(${validCommit.scope}):`, `(${lang}):`);
+ validCommit.message = validCommit.message.replace(`(${validCommit.scope}):`, '(clients):');
366
}
367
368
const changelogCommit = [
0 commit comments