Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64966


Ignore:
Timestamp:
03/27/2026 03:04:10 PM (2 months ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64966 – Description

    initial v1  
    11This ticket is for tracking the tasks required after branching as [https://make.wordpress.org/core/handbook/about/release-cycle/releasing-major-versions/#branching-before-release documented in the handbook].
     2
     3On w.org:
     4- Update `WP_CORE_DEV_BRANCH`.
     5
     6In `trunk`:
     7- Update `SECURITY.md` to include the new branch.
     8- Update the GitHub actions workflows that test branches to include the new branch.
     9- Update the `.version-support-(mysql|php).json` files in `trunk`.
     10
     11In the new branch:
     12- Run `npm run grunt post-branching` to update GitHub Actions workflow files.
     13- Pin the `LOCAL_PHP` and `LOCAL_DB_VERSION` values to the highest supported versions.
     14
     15On Trac:
     16- Create new tickets for the next release.