| | 2 | |
| | 3 | On w.org: |
| | 4 | - Update `WP_CORE_DEV_BRANCH`. |
| | 5 | |
| | 6 | In `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 | |
| | 11 | In 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 | |
| | 15 | On Trac: |
| | 16 | - Create new tickets for the next release. |