Skip to content

Commit 0460c49

Browse files
committed
Update on "Add script to cut release branch"
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]
1 parent 2b31fc3 commit 0460c49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/release/cut-release-branch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ to the right script.
77
This script can be used to cut any branch on any repository
88
99
For `pytorch/executorch` usage would be like:
10-
> DRY_RUN=disabled cut-release-branch.sh
10+
> DRY_RUN=disabled ./scripts/release/cut-release-branch.sh
1111
1212
or to cut from main branch:
13-
> DRY_RUN=disabled GIT_BRANCH_TO_CUT_FROM=main cut-release-branch.sh
13+
> DRY_RUN=disabled GIT_BRANCH_TO_CUT_FROM=main ./scripts/release/cut-release-branch.sh
1414
'
1515

1616
set -eou pipefail

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-rc1
1+
0.2.0a0

0 commit comments

Comments
 (0)