Release wording change (#11892)

This commit is contained in:
Tony Murray
2020-07-03 00:15:05 -05:00
committed by GitHub
parent a312436bca
commit 014928accd

View File

@@ -290,7 +290,7 @@ GRAPHQL;
$tmp_markdown .= PHP_EOL;
if (!empty($this->changelog_mergers)) {
$tmp_markdown .= "Thanks to maintainers that helped with pull requests this month:" . PHP_EOL . PHP_EOL;
$tmp_markdown .= "Thanks to maintainers and others that helped with pull requests this month:" . PHP_EOL . PHP_EOL;
$tmp_markdown .= $this->formatUserList($this->changelog_mergers) . PHP_EOL;
}