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 cc0b37e commit 204ba00Copy full SHA for 204ba00
bin/build
@@ -102,7 +102,7 @@ if ($input->hasParameterOption('--dev-server')) {
102
$feed->setFeedLink(getenv('DEPLOY_URL') . '/changelog.atom', 'atom');
103
104
$feed->setLanguage('en');
105
- $feed->setTitle('Changelog');
+ $feed->setTitle('The combined changelog for all ReactPHP components.');
106
$feed->setDateModified((int) $releases[0]['date']->format('U'));
107
108
foreach ($releases as $release) {
0 commit comments