Skip to content

Commit 204ba00

Browse files
committed
Change changelog atom feed title to be more descriptive
1 parent cc0b37e commit 204ba00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if ($input->hasParameterOption('--dev-server')) {
102102
$feed->setFeedLink(getenv('DEPLOY_URL') . '/changelog.atom', 'atom');
103103

104104
$feed->setLanguage('en');
105-
$feed->setTitle('Changelog');
105+
$feed->setTitle('The combined changelog for all ReactPHP components.');
106106
$feed->setDateModified((int) $releases[0]['date']->format('U'));
107107

108108
foreach ($releases as $release) {

0 commit comments

Comments
 (0)