@@ -83,41 +83,41 @@ public static function changesDataProvider()
83
83
$ pathToFixtures . '/moved-to-specific/source-code-before ' ,
84
84
$ pathToFixtures . '/moved-to-specific/source-code-after ' ,
85
85
[
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# ' ,
88
88
'#scope\s*\|\s*Virtual Type was changed\s*\|\s*M201# '
89
89
],
90
- 'Patch change is detected. ' ,
90
+ 'Major change is detected. ' ,
91
91
],
92
92
'remove-type ' => [
93
93
$ pathToFixtures . '/remove-type/source-code-before ' ,
94
94
$ pathToFixtures . '/remove-type/source-code-after ' ,
95
95
[
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# ' ,
98
98
'#customCacheInstance2\s*\|\s*Virtual Type was removed\s*\|\s*M200\s*# '
99
99
],
100
- 'Patch change is detected. ' ,
100
+ 'Major change is detected. ' ,
101
101
],
102
102
'change-type ' => [
103
103
$ pathToFixtures . '/change-type/source-code-before ' ,
104
104
$ pathToFixtures . '/change-type/source-code-after ' ,
105
105
[
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# ' ,
108
108
'#type\s*\|\s*Virtual Type was changed\s*\|\s*M201# '
109
109
],
110
- 'Patch change is detected. ' ,
110
+ 'Major change is detected. ' ,
111
111
],
112
112
'change-name ' => [
113
113
$ pathToFixtures . '/change-name/source-code-before ' ,
114
114
$ pathToFixtures . '/change-name/source-code-after ' ,
115
115
[
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# ' ,
118
118
'#cacheInstance\s*\|\s*Virtual Type was removed\s*\|\s*M200# '
119
119
],
120
- 'Patch change is detected. ' ,
120
+ 'Major change is detected. ' ,
121
121
],
122
122
'removing-leading-slash-from-type ' => [
123
123
$ pathToFixtures . '/removing-leading-slash-from-type/source-code-before ' ,
0 commit comments