Opened 6 weeks ago
Last modified 5 days ago
#64966 assigned task (blessed)
Post-branching tasks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description (last modified by )
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.
Change History (14)
This ticket was mentioned in PR #11376 on WordPress/wordpress-develop by @desrosj.
6 weeks ago
#2
- Keywords has-patch added
This ticket was mentioned in PR #11377 on WordPress/wordpress-develop by @desrosj.
6 weeks ago
#3
This includes the post-branching changes required for the 7.0 branch.
Trac ticket: Core-64966.
## Use of AI Tools
AI assistance: None
@desrosj commented on PR #11376:
6 weeks ago
#6
Merged in r62160.
#7
@
6 weeks ago
Something to investigate later. The run of the Performance Testing workflow associated with the branching commit succeeded and sent a Slack notification despite the fact that nothing happened in the run: https://github.com/WordPress/wordpress-develop/actions/runs/23652026977/job/68899142469.
@desrosj commented on PR #11377:
6 weeks ago
#9
Merged in r62162.
This ticket was mentioned in PR #11379 on WordPress/wordpress-develop by @desrosj.
6 weeks ago
#10
Adds 7.0 RC2 to the upgrade testing workflows.
Trac ticket: COre-64966.
## Use of AI Tools
AI Assistance: None
#12
@
6 weeks ago
All of the post branching tasks have been completed. However, there is one more update required.
I've added 7.0-RC2 to the upgrade/update testing workflows. Because the version needs to be available to WP-CLI and not the branch in wordpress-develop, this will have to do for now.
After the final 7.0 release, this will need to be updated and the 6.8 branch should be trimmed where only the 2 most recent branches are tested.
@desrosj commented on PR #11379:
6 weeks ago
#13
Merged in r62166.
This includes all the changes required post-branching for
trunk.Trac ticket: Core-64966.
## Use of AI Tools