Opened 6 hours ago
Last modified 27 minutes ago
#65844 new defect (bug)
Branching tasks for 7.1
| Reported by: | wildworks | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
This ticket is for tracking the tasks required after branching as documented in the handbook.
On w.org:
- Update
WP_CORE_DEV_BRANCH.
In trunk:
- Update
SECURITY.mdto include the new branch. - Update the GitHub actions workflows that test branches to include the new branch.
- Update the
.version-support-(mysql|php).jsonfiles intrunk.
In the new branch:
- Run
npm run grunt post-branchingto update GitHub Actions workflow files. - Pin the
LOCAL_PHPandLOCAL_DB_VERSIONvalues to the highest supported versions.
On Trac:
- Create new tickets for the next release.
Previously:
Change History (2)
This ticket was mentioned in PR #12959 on WordPress/wordpress-develop by @wildworks.
4 hours ago
#1
- Keywords has-patch added
This ticket was mentioned in PR #12962 on WordPress/wordpress-develop by @joedolson.
27 minutes ago
#2
Trac ticket: https://core.trac.wordpress.org/ticket/65844
## Use of AI Tools
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This includes all the changes required post-branching for
trunk:version.php,composer.json,package.json, andpackage-lock.jsonto7.2-alpha.7.1.xto the list of versions receiving security updates inSECURITY.md.7.1branch to thetest-old-branches.ymlworkflow matrices, and updateCURRENTLY_SUPPORTED_BRANCH.7.1-RC2to the upgrade testing workflow matrices. Since these workflows test tagged versions available through WP-CLI, the pre-release version needs to be used until 7.1 is released.7-2keys to.version-support-mysql.jsonand.version-support-php.json.Note: the SVN revision in
version.php(7.2-alpha-63162-src) is a placeholder and will need to match the actual revision at commit time.## Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Model(s): Claude Opus 5
Used for: Applying the mechanical post-branching version/matrix updates following the handbook and the previous 7.0 branching PR (#11376); reviewed and verified by me.