From 1cd758d2eeb9d88e1f25b1abfecee8585370577c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 21 Jan 2025 15:42:21 +0000 Subject: [PATCH] Build/Test Tools: Switch to using local references for reusable workflows. The benefit of this is that when PRs are made to make changes to a reusable workflow, the references doesn't need to be updated to point to the fork in order for the changed workflow to run. A `npm run grunt replace:workflow-references-local-to-remote` command has also been introduced in order to convert these local references back to remote ones. This command can be used to switch release branches over to using remote workflows, as they are currently, so they continue to benefit from workflow changes in trunk without the need for continual backporting to all the branches. Props desrosj, johnbillion Fixes #62416 Built from https://develop.svn.wordpress.org/trunk@59673 git-svn-id: http://core.svn.wordpress.org/trunk@59016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c75486c8b6..8f9a4de7af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59672'; +$wp_version = '6.8-alpha-59673'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.