Skip to content

Commit 4271ebd

Browse files
ZainRizvipytorchmergebot
authored andcommitted
Explicitly state that a test-infra branch cut is required (pytorch#150214)
Pull Request resolved: pytorch#150214 Approved by: https://github.com/atalman ghstack dependencies: pytorch#150210, pytorch#150211, pytorch#150213
1 parent 2b2286c commit 4271ebd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,11 @@ DRY_RUN=disabled GIT_BRANCH_TO_CUT_FROM=main RELEASE_VERSION=1.11 scripts/releas
141141
```
142142

143143
### Making release branch specific changes for PyTorch
144+
First you should cut a release branch for pytorch/test-infra:
145+
* Create a new branch using the naming convention `release/[major].[minor]`, e.g. `release/2.7`
146+
* On that release branch, update branch pointers for any pytorch-managed reusable actions or workflows to point to the new release's branch ([example](https://github.com/pytorch/test-infra/commit/749b9e36afa23298ad5498c9f5bcd96f5467baff#diff-d41015f3ac6cfa64b00e366bec416bb9487ac27493de7ebe7778fdfc7518b003R39)).
144147

145-
These are examples of changes that should be made to release branches so that CI / tooling can function normally on
148+
Here are examples of changes that should be made to the pytorch/pytorch release branches so that CI / tooling can function normally on
146149
them:
147150

148151
* Update backwards compatibility tests to use RC binaries instead of nightlies

0 commit comments

Comments
 (0)