mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
docs: fix changelog parse logic (#44068)
This commit is contained in:
parent
6c706908fc
commit
4e32093adc
@ -21,7 +21,7 @@ const camelComponentNames = componentNames.map((componentName) =>
|
||||
);
|
||||
|
||||
function fillComponentKey(componentName: string): RegExp[] {
|
||||
return [new RegExp(`\\b${componentName}\\b`)];
|
||||
return [new RegExp(`(?<!\\.)\\b${componentName}\\b`)];
|
||||
}
|
||||
|
||||
// Convert a mapping logic
|
||||
|
Loading…
Reference in New Issue
Block a user