Skip to content

Commit 182c774

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents 056318f + 98a3159 commit 182c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog-generator/run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
203203
}
204204

205205
$message = preg_replace('/\s*\(#\d+\)$/', '', $commit['message']);
206-
$output->writeln(sprintf('* %s (%s)%s%s', $message, $parenthesis, count($issuesToReference) > 0 ? ', ' . implode(', ', $issuesToReference) : '', $thanksText));
206+
$output->writeln(sprintf('* %s (%s)%s%s', $message, $parenthesis, count($issuesToReference) > 0 ? ', ' . implode(', ', $issuesToReference) : '', $thanksText));
207207
}
208208

209209
return 0;

0 commit comments

Comments
 (0)