Commit 089a3703b5 for wordpress.org

commit 089a3703b5199c22331b0dc2e0d5587a42f0a7f0
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Thu Sep 10 14:25:49 2026 +0000

    Build/Test Tools: Log relevant URLs in GitHub Actions.

    Log the workflow run, pull request, Trac ticket, and SVN changeset URLs handled by the automation workflows. Report skipped reruns and empty pull request searches, and avoid processing the same pull request more than once.

    Await comment creation so failures are reported and success notices reflect completed requests.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/11223

    Props arkaprabhachowdhury, adrianmoldovanwp, desrosj.
    Fixes #64299.

    Built from https://develop.svn.wordpress.org/trunk@63583


    git-svn-id: http://core.svn.wordpress.org/trunk@62759 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 4c27aa2d61..1ddf6dd96b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63582';
+$wp_version = '7.2-alpha-63583';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.