Skip to content

Commit

Permalink
Add link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 9, 2024
1 parent 34b51b2 commit 944c4c6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/scripts/extract-release-notes.php
Expand Up @@ -44,4 +44,11 @@
exit(1);
}

print $buffer . PHP_EOL;
printf(
'%s%s---%s[How to install or update PHPUnit](https://docs.phpunit.de/en/%s/installation.html)%s',
$buffer,
PHP_EOL,
PHP_EOL,
$versionSeries,
PHP_EOL,
);

0 comments on commit 944c4c6

Please sign in to comment.