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 111e796 commit fe5aa0dCopy full SHA for fe5aa0d
packages/plugin-iobroker/src/tools.ts
@@ -14,7 +14,7 @@ export function limitKeys<T>(obj: Record<string, T>, count: number): Record<stri
14
return ret;
15
}
16
17
-const changelogAuthorRegex = /^[ \t]*[\*\-][ \t]*\([a-z0-9\-_,;&\+\/ ]+\)[ \t]*/gim;
+const changelogAuthorRegex = /^[ \t]*[\*\-][ \t]*\([\p{L}\p{M}0-9@\-_,;&\+\/ ]+\)[ \t]*/gim;
18
const changelogBulletPointTestRegex = /^[ \t]*[\*\-][ \t]*/;
19
const changelogBulletPointReplaceRegex = new RegExp(changelogBulletPointTestRegex, "mg");
20
0 commit comments