Commit 290b3141aa for wordpress.org
commit 290b3141aa8237331b7f1f54a11d6cdea37a5e9c
Author: desrosj <desrosj@git.wordpress.org>
Date: Thu Sep 17 01:01:48 2026 +0000
Build/Test Tools: Improve reusable workflow file documentation.
It can be difficult to know the impact making changes to a reusable workflow file in `trunk` will have because it’s not easy to konw which branches currently rely on each.
This adds a note at the top of each reusable workflow file indicating which branches currently rely on it.
The `reusable-test-gutenberg-build-process.yml` file is also now marked as `DEPRECATED`. While it’s no longer used in `trunk`, the `6.5` through `6.9` branches still rely on it.
Lastly, a note in the `reusable-end-to-end-tests.yml` file was incorrectly noting that the `<=6.3` branches use a different reusable workflow file. This line has been removed because that is no longer the case after #61213.
See #65845.
Built from https://develop.svn.wordpress.org/trunk@63649
git-svn-id: http://core.svn.wordpress.org/trunk@62824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 82c1b17674..425f8939fd 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63648';
+$wp_version = '7.2-alpha-63649';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.