Automate documentation branch updates for releases#17077
Automate documentation branch updates for releases#17077rascani merged 1 commit intopytorch:mainfrom
Conversation
The release script now finds and updates all docs that reference viable/strict, rather than relying on a hardcoded file list that can miss new documentation (as happened in pytorch#16722). Authored with Claude.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17077
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit bf0757d with merge base 11dc963 ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Summary
As part of the release process, all of the
viable/strictbranch references in documentation are updated to point at the new release branch. This was done manually forrelease/1.1in #16722. This change automates this process by adding the replacement to theapply-release-changes.shscript.Authored with Claude.
Test plan