Skip to content

Commit

Permalink
Add documentation about required Core changes when updating minimum W…
Browse files Browse the repository at this point in the history
…ordPress version (#67167)

* Add a note about required Core SVN changes.

* A few refinements.

---------
Co-authored-by: desrosj <[email protected]>
Co-authored-by: ndiego <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
desrosj authored Nov 20, 2024
1 parent 0193286 commit e4a716e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/explanations/architecture/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ The new reference commit hash that is chosen needs to meet the following require
- Be compatible with the new WP version used in the "Tested up to" flag.
- Is already tracked on "codevitals.run" for all existing metrics.

When releasing a plugin update with changes to the minimum WordPress version requirements, the end-to-end test GitHub Action workflow in Core SVN will need to be updated for any branch losing support. Otherwise the first run of that workflow on that branch following the release will fail.

The version of the plugin used in the workflow can be pinned by adding the `gutenberg-version` input to the test matrix. [Core-59221](https://core.trac.wordpress.org/changeset/59221) is an example of this change for the 6.4 branch.

**Note:** Always use the final release including bug fixes (ie. `x.y.2` or `x.y.3`). If the final release is not yet known, create a [Trac ticket](https://core.trac.wordpress.org/ticket/62488) so it's not forgotten.

**A simple way to choose commit is to pick a very recent commit on trunk with a passing performance job.**

## Going further
Expand Down

0 comments on commit e4a716e

Please sign in to comment.