@@ -83,41 +83,41 @@ public static function changesDataProvider()
8383 $ pathToFixtures  . '/moved-to-specific/source-code-before ' ,
8484 $ pathToFixtures  . '/moved-to-specific/source-code-after ' ,
8585 [
86-  '#Suggested semantic versioning change: PATCH # ' ,
87-  '#PATCH \s*\|\s '  . '[\w/]+ '  . '/moved-to-specific/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
86+  '#Suggested semantic versioning change: MAJOR # ' ,
87+  '#MAJOR \s*\|\s '  . '[\w/]+ '  . '/moved-to-specific/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
8888 '#scope\s*\|\s*Virtual Type was changed\s*\|\s*M201# ' 
8989 ],
90-  'Patch  change is detected. ' ,
90+  'Major  change is detected. ' ,
9191 ],
9292 'remove-type '  => [
9393 $ pathToFixtures  . '/remove-type/source-code-before ' ,
9494 $ pathToFixtures  . '/remove-type/source-code-after ' ,
9595 [
96-  '#Suggested semantic versioning change: PATCH # ' ,
97-  '#PATCH \s*\|\s '  . '[\w/]+ '  . 'remove-type/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
96+  '#Suggested semantic versioning change: MAJOR # ' ,
97+  '#MAJOR \s*\|\s '  . '[\w/]+ '  . 'remove-type/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
9898 '#customCacheInstance2\s*\|\s*Virtual Type was removed\s*\|\s*M200\s*# ' 
9999 ],
100-  'Patch  change is detected. ' ,
100+  'Major  change is detected. ' ,
101101 ],
102102 'change-type '  => [
103103 $ pathToFixtures  . '/change-type/source-code-before ' ,
104104 $ pathToFixtures  . '/change-type/source-code-after ' ,
105105 [
106-  '#Suggested semantic versioning change: PATCH # ' ,
107-  '#PATCH \s*\|\s '  . '[\w/]+ '  . '/change-type/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
106+  '#Suggested semantic versioning change: MAJOR # ' ,
107+  '#MAJOR \s*\|\s '  . '[\w/]+ '  . '/change-type/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
108108 '#type\s*\|\s*Virtual Type was changed\s*\|\s*M201# ' 
109109 ],
110-  'Patch  change is detected. ' ,
110+  'Major  change is detected. ' ,
111111 ],
112112 'change-name '  => [
113113 $ pathToFixtures  . '/change-name/source-code-before ' ,
114114 $ pathToFixtures  . '/change-name/source-code-after ' ,
115115 [
116-  '#Suggested semantic versioning change: PATCH # ' ,
117-  '#PATCH \s*\|\s* '  . '[\w/]+ '  . '/change-name/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
116+  '#Suggested semantic versioning change: MAJOR # ' ,
117+  '#MAJOR \s*\|\s* '  . '[\w/]+ '  . '/change-name/source-code-before/Magento/TestModule/etc/di\.xml:0# ' ,
118118 '#cacheInstance\s*\|\s*Virtual Type was removed\s*\|\s*M200# ' 
119119 ],
120-  'Patch  change is detected. ' ,
120+  'Major  change is detected. ' ,
121121 ],
122122 'removing-leading-slash-from-type '  => [
123123 $ pathToFixtures  . '/removing-leading-slash-from-type/source-code-before ' ,
0 commit comments