Skip to content

Commit 56dda83

Browse files
malfetfacebook-github-bot
authored andcommitted
Small updates to RELEASE.md (pytorch#65489)
Summary: Combine `xla` and `builder` branch pinning steps and link them to a PR that does it correctly Update example PR for version bump, as few files have changed Deleted FaceHub step as it is no longer necessary after recent update Pull Request resolved: pytorch#65489 Reviewed By: zhouzhuojie, seemethere Differential Revision: D31120498 Pulled By: malfet fbshipit-source-id: e1a9db2b03243c8d28eeed9888c3653e4460ad07
1 parent d5d342b commit 56dda83

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

RELEASE.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,15 @@ them:
4545

4646
* Update target determinator to use release branch:
4747
* Example: https://github.com/pytorch/pytorch/pull/40712
48-
* Cutting a release branch on [`pytorch/xla`](https://github.com/pytorch/xla)
49-
* Example: https://github.com/pytorch/pytorch/pull/40721
5048
* Update backwards compatibility tests to use RC binaries instead of nightlies
5149
* Example: https://github.com/pytorch/pytorch/pull/40706
52-
* Add `release/{MAJOR}.{MINOR}` to list of branches in [`browser-extension.json`](https://github.com/pytorch/pytorch/blob/fb-config/browser-extension.json) for FaceHub integrated setups
53-
* Example: https://github.com/pytorch/pytorch/commit/f99fbd94d18627bae776ea2448e075ca4d5e37b2
54-
* A release branch should also be created in [`pytorch/builder`](https://github.com/pytorch/builder) repo and pinned in `pytorch/pytorch`
55-
* Example: https://github.com/pytorch/pytorch/pull/58514
50+
* A release branches should also be created in [`pytorch/xla`](https://github.com/pytorch/xla) and [`pytorch/builder`](https://github.com/pytorch/builder) repos and pinned in `pytorch/pytorch`
51+
* Example: https://github.com/pytorch/pytorch/pull/65433
5652

5753
These are examples of changes that should be made to the *default* branch after a release branch is cut
5854

5955
* Nightly versions should be updated in all version files to the next MINOR release (i.e. 0.9.0 -> 0.10.0) in the default branch:
60-
* Example: https://github.com/pytorch/pytorch/pull/51891
56+
* Example: https://github.com/pytorch/pytorch/pull/65435
6157

6258
### Getting CI signal on release branches:
6359
Create a PR from `release/{MAJOR}.{MINOR}` to `orig/release/{MAJOR}.{MINOR}` in order to start CI testing for cherry-picks into release branch.

0 commit comments

Comments
 (0)