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 89ec202 commit 1167d86Copy full SHA for 1167d86
tests/Unit/ChangelogTest.php
@@ -215,6 +215,10 @@ static function ($branch) {
215
if ('Service' === $parts[1]) {
216
$service = $parts[2];
217
$base = 'src/Service/' . $service;
218
+
219
+ if ('.template' === $service) {
220
+ continue; // The service template does not have an actual changelog
221
+ }
222
} elseif ('Integration' === $parts[1]) {
223
$service = $parts[2] . '/' . $parts[3];
224
$base = 'src/Integration/' . $service;
0 commit comments