Skip to content

Commit

Permalink
Change changelog atom feed title to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Jun 9, 2018
1 parent cc0b37e commit 204ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Expand Up @@ -102,7 +102,7 @@ if ($input->hasParameterOption('--dev-server')) {
$feed->setFeedLink(getenv('DEPLOY_URL') . '/changelog.atom', 'atom');

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

foreach ($releases as $release) {
Expand Down

0 comments on commit 204ba00

Please sign in to comment.