Skip to content

Commit 944c4c6

Browse files
Add link to documentation
1 parent 34b51b2 commit 944c4c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build/scripts/extract-release-notes.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,11 @@
4444
exit(1);
4545
}
4646

47-
print $buffer . PHP_EOL;
47+
printf(
48+
'%s%s---%s[How to install or update PHPUnit](https://docs.phpunit.de/en/%s/installation.html)%s',
49+
$buffer,
50+
PHP_EOL,
51+
PHP_EOL,
52+
$versionSeries,
53+
PHP_EOL,
54+
);

0 commit comments

Comments
 (0)