You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/scripts/extract-release-notes.php
+23-7Lines changed: 23 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,27 @@
44
44
exit(1);
45
45
}
46
46
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,
47
+
print$buffer . PHP_EOL;
48
+
49
+
$template = <<<'EOT'
50
+
51
+
---
52
+
53
+
Learn how to install or update PHPUnit {{versionSeries}} in the [documentation](https://docs.phpunit.de/en/{{versionSeries}}/installation.html).
54
+
55
+
#### Keep up to date with PHPUnit:
56
+
57
+
* You can follow [@[email protected]](https://phpc.social/@phpunit) to stay up to date with PHPUnit's development.
58
+
* You can subscribe to the [PHPUnit Updates](https://t8cbf4509.emailsys1a.net/275/973/33ad04f4be/subscribe/form.html?_g=1752156344) newsletter to receive updates about and tips for PHPUnit.
0 commit comments