Commit d41b917b454 for woocommerce

commit d41b917b4544a333c942c57a1705b3bcd92cb83b
Author: Jorge A. Torres <jorge.torres@automattic.com>
Date:   Fri Aug 14 18:45:45 2026 +0100

    Remove stale changelog checkout note from troubleshooting guide (#67744)

diff --git a/docs/contribution/releases/troubleshooting.md b/docs/contribution/releases/troubleshooting.md
index b6eb2944ee9..3af62c5f640 100644
--- a/docs/contribution/releases/troubleshooting.md
+++ b/docs/contribution/releases/troubleshooting.md
@@ -24,10 +24,6 @@ This page provides guidance for troubleshooting and recovering from issues that

 ⚠️ _Do not re-run any workflows until you understand the cause of the failure._ Re-running without fixing the root issue can make things more complicated.

-### The changelog workflow fails with "Your local changes would be overwritten"
-
-Backport the updated `tools/monorepo-utils/dist/index.js` from `trunk` to the release branch and re-run the workflow. This happens on the rare occasions that file (a committed build artifact) is updated on `trunk`, making the two branches diverge during the workflow's checkout.
-
 ### CI is failing on a release-related PR

 During the release process, you may encounter CI test failures on release-related PRs. These failures sometimes occur because test fixes were merged to trunk but not backported to the release branch before it was cut.