Commit e37ff6fff6 for wordpress.org
commit e37ff6fff68661b252613c6185be9f9d81d43bfd
Author: desrosj <desrosj@git.wordpress.org>
Date: Mon Nov 24 17:43:35 2025 +0000
Build/Test Tools: Introduce `post-branching` Grunt task.
In [59673], a Grunt subtask was introduced to convert workflow file references in GitHub Action workflows from local ones to remote ones that target the `trunk` branch.
The `workflow-references-local-to-remote` Grunt task should be run after creating a new numbered branch to take advantage of the work started in [58165].
This commit introduces a new target for the `clean` Grunt task: `workflows`. Running `grunt clean:workflows` will delete all workflow files that are not intended to exist outside of `trunk`.
Another Grunt task (`post-branching`) has also been added as a way to group all tasks taht should run within a newly created branch. For now, this contains `clean:workflows` and `replace:workflow-references-local-to-remote`. But more can be added in the future as more aspects of the branching process are automated.
Props johnbillion.
See #64227.
Built from https://develop.svn.wordpress.org/trunk@61286
git-svn-id: http://core.svn.wordpress.org/trunk@60598 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 47cdccd59b..f6a135d060 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61285';
+$wp_version = '7.0-alpha-61286';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.