We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c8a87 commit 0f6545cCopy full SHA for 0f6545c
src/Command/GenerateCommand.php
@@ -157,14 +157,4 @@ private function printToFile(string $releaseChangelogContents): void
157
158
$this->symfonyStyle->writeln(sprintf('Release notes dumped into "%s" file', $filePath));
159
}
160
-
161
- private function createExternalRepositoryChangelogContents(
162
- ExternalRepositoryChangelog $externalRepositoriesChangelog
163
- ): string {
164
- $changelogContents = '## ' . $externalRepositoriesChangelog->getTitle();
165
- $changelogContents .= implode(PHP_EOL, $externalRepositoriesChangelog->getLines());
166
- $changelogContents .= PHP_EOL . PHP_EOL;
167
168
- return $changelogContents;
169
- }
170
0 commit comments