Skip to content

Commit 1ac02ca

Browse files
Merge pull request #188 from Yoast/feature/1.x-minor-updates-for-start-of-3.x-branch
1.x | Minor updates for start of 3.x branch
2 parents df04f30 + ca270ab commit 1ac02ca

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/RELEASE-CHECKLIST.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Template to use for release PRs from `#.x` to `main`
1+
Release checklist
22
===========================================================
33

4-
Title: Release version x.x.x
5-
64
<!--
7-
If both a 1.x and a 2.x release are to be tagged, always tag the 1.x release first!
5+
If releases for multiple branches are to be tagged, always tag the 1.x release first, 2.x second etc!
86
-->
97

108
## Functional
@@ -15,10 +13,10 @@ If both a 1.x and a 2.x release are to be tagged, always tag the 1.x release fir
1513
## Release
1614
- [ ] Add changelog for the release - PR #xxx
1715
Verify that a release link at the bottom of the `CHANGELOG.md` file has been added.
18-
- [ ] Merge this PR.
16+
- [ ] Merge the changelog PR.
1917
- [ ] Make sure all CI builds are green.
20-
- [ ] Tag the release (careful, GH defaults to `2.x`!).
21-
- [ ] Create a release from the tag (careful, GH defaults to `2.x`!) & copy & paste the changelog to it.
18+
- [ ] Tag the release on the 1.x branch (careful, GH defaults to `3.x`!).
19+
- [ ] Create a release from the tag (careful, GH defaults to `3.x`!) & copy & paste the changelog to it.
2220
Make sure to copy the links to the issues and the links to the GH usernames from the bottom of the changelog!
2321
- [ ] Close the milestone.
2422
- [ ] Open a new milestone for the next release.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,17 @@ By doing so, dropping support for an older PHPUnit version becomes as straight-f
7676

7777
* Releases in the `1.x` series of the PHPUnit Polyfills support PHPUnit 4.8 - 9.x.
7878
* Releases in the `2.x` series of the PHPUnit Polyfills support PHPUnit 5.7 - 10.x.
79+
* Releases in the `3.x` series of the PHPUnit Polyfills support PHPUnit 6.4 - 11.x (but don't support running tests on PHPUnit 10).
7980

8081
Please keep in mind that the PHPUnit Polyfills provide _forward_-compatibility.
81-
This means that features which PHPUnit no longer supports in PHPUnit 10.x, like expecting PHP deprecation notices or warnings, will not be supported in the PHPUnit Polyfills 2.x series.
82+
This means that features which PHPUnit no longer supports in PHPUnit 10.x, like expecting PHP deprecation notices or warnings, will not be supported in the PHPUnit Polyfills 2.x series and features not supported in PHPUnit 11.x, will not be supported in the PHPUnit Polyfills 3.x series.
8283

83-
Please refer to the [PHPUnit 10 release notification] and [PHPUnit 10 changelog] to inform your decision on whether or not to upgrade (yet).
84+
Please refer to the [PHPUnit 10 release notification]/[PHPUnit 10 changelog] and the [PHPUnit 11 release notification]/[PHPUnit 11 changelog] to inform your decision on whether or not to upgrade (yet).
8485

8586
[PHPUnit 10 release notification]: https://phpunit.de/announcements/phpunit-10.html
8687
[PHPUnit 10 changelog]: https://github.com/sebastianbergmann/phpunit/blob/10.0.19/ChangeLog-10.0.md
88+
[PHPUnit 11 release notification]: https://phpunit.de/announcements/phpunit-11.html
89+
[PHPUnit 11 changelog]: https://github.com/sebastianbergmann/phpunit/blob/11.0.10/ChangeLog-11.0.md
8790

8891

8992
Using this library

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-main": "2.x-dev"
57+
"dev-main": "3.x-dev"
5858
}
5959
},
6060
"scripts": {

0 commit comments

Comments
 (0)