File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ Please consider [funding the PHP_CodeSniffer project](https://opencollective.com
84
84
- [ ] Merge the changelog PR.
85
85
- [ ] Make sure all CI builds for the release branch are green.
86
86
- [ ] Create a tag for the release & push it.
87
- - [ ] Merge any open PRs in the documentation repository which relate to the current release.
88
87
- [ ] Make sure all CI builds are green.
89
88
- [ ] Download the PHAR files from the GH Actions test build page.
90
89
- [ ] Sign the PHAR files using:
@@ -121,7 +120,8 @@ Please consider [funding the PHP_CodeSniffer project](https://opencollective.com
121
120
- [ ] Upload the unversioned PHAR files + asc files to the release.
122
121
- [ ] Announce the release in the discussions forum by checking the checkbox at the bottom of the release page.
123
122
- [ ] Make sure all CI builds are green, including the verify-release workflow.
124
-
123
+ - [ ] Merge any open PRs in the documentation repository which relate to the current release.
124
+ Important: this MUST be done **after** the release is published as otherwise the auto-generated output samples will not be updated correctly!
125
125
126
126
## After Release
127
127
You can’t perform that action at this time.
0 commit comments