From 82f2cd841a859630dd0ecbe19a5b654d8e68e6d0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 15 Sep 2025 12:25:21 +0200 Subject: [PATCH] Release checklist: fix order --- .github/release-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-checklist.md b/.github/release-checklist.md index 9d9987f33e..42526cc1ad 100644 --- a/.github/release-checklist.md +++ b/.github/release-checklist.md @@ -84,7 +84,6 @@ Please consider [funding the PHP_CodeSniffer project](https://opencollective.com - [ ] Merge the changelog PR. - [ ] Make sure all CI builds for the release branch are green. - [ ] Create a tag for the release & push it. -- [ ] Merge any open PRs in the documentation repository which relate to the current release. - [ ] Make sure all CI builds are green. - [ ] Download the PHAR files from the GH Actions test build page. - [ ] Sign the PHAR files using: @@ -121,7 +120,8 @@ Please consider [funding the PHP_CodeSniffer project](https://opencollective.com - [ ] Upload the unversioned PHAR files + asc files to the release. - [ ] Announce the release in the discussions forum by checking the checkbox at the bottom of the release page. - [ ] Make sure all CI builds are green, including the verify-release workflow. - +- [ ] Merge any open PRs in the documentation repository which relate to the current release. + Important: this MUST be done **after** the release is published as otherwise the auto-generated output samples will not be updated correctly! ## After Release