Skip to content

Commit 82f2cd8

Browse files
committed
Release checklist: fix order
1 parent 38efc5d commit 82f2cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/release-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Please consider [funding the PHP_CodeSniffer project](https://opencollective.com
8484
- [ ] Merge the changelog PR.
8585
- [ ] Make sure all CI builds for the release branch are green.
8686
- [ ] Create a tag for the release & push it.
87-
- [ ] Merge any open PRs in the documentation repository which relate to the current release.
8887
- [ ] Make sure all CI builds are green.
8988
- [ ] Download the PHAR files from the GH Actions test build page.
9089
- [ ] Sign the PHAR files using:
@@ -121,7 +120,8 @@ Please consider [funding the PHP_CodeSniffer project](https://opencollective.com
121120
- [ ] Upload the unversioned PHAR files + asc files to the release.
122121
- [ ] Announce the release in the discussions forum by checking the checkbox at the bottom of the release page.
123122
- [ ] 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!
125125

126126
## After Release
127127

0 commit comments

Comments
 (0)