-
Notifications
You must be signed in to change notification settings - Fork 608
Add script to cut release branch #2567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2567
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 3abf850 with merge base ec6b88a ( 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. |
@guangy10 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Just FYI, I have create the branch protection rules for release and orig/release https://github.com/pytorch/executorch/settings/branches |
Step 1 of release process: Create a release branch. The branch is named with `release/MAJOR.MINOR`. From executorch root, run `./scripts/release/cut-release-branch.sh` will cut a release branch off stable branch (`viable/strict`) by default. Use `GIT_BRANCH_TO_CUT_FROM=main ./scripts/release/cut-release-branch.sh` to cut off `main` branch. Differential Revision: [D55208762](https://our.internmc.facebook.com/intern/diff/D55208762) [ghstack-poisoned]
Step 1 of release process: Create a release branch. The branch is named with `release/MAJOR.MINOR`. From executorch root, run `./scripts/release/cut-release-branch.sh` will cut a release branch off stable branch (`viable/strict`) by default. Use `GIT_BRANCH_TO_CUT_FROM=main ./scripts/release/cut-release-branch.sh` to cut off `main` branch. Differential Revision: [D55208762](https://our.internmc.facebook.com/intern/diff/D55208762) [ghstack-poisoned]
Step 1 of release process: Create a release branch. The branch is named with `release/MAJOR.MINOR`. From executorch root, run `./scripts/release/cut-release-branch.sh` will cut a release branch off stable branch (`viable/strict`) by default. Use `GIT_BRANCH_TO_CUT_FROM=main ./scripts/release/cut-release-branch.sh` to cut off `main` branch. Differential Revision: [D55208762](https://our.internmc.facebook.com/intern/diff/D55208762) [ghstack-poisoned]
@guangy10 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
ghstack-source-id: 0c5c210 Pull Request resolved: pytorch/executorch#2567
Step 1 of release process: Create a release branch.
The branch is named with
release/MAJOR.MINOR
.From executorch root, run
./scripts/release/cut-release-branch.sh
will cut a release branch off stable branch (viable/strict
) by default. UseGIT_BRANCH_TO_CUT_FROM=main ./scripts/release/cut-release-branch.sh
to cut offmain
branch.Stack from ghstack (oldest at bottom):
Differential Revision: D55208762