Skip to content

Commit 3067cc6

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 0460c49 commit 3067cc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/release/cut-release-branch.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env bash
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
27

38
: '
49
So you are looking to cut a release branch? Well you came

0 commit comments

Comments
 (0)