Skip to content

Commit aa1959e

Browse files
committed
Update on "Add script to apply release-only changes"
[ghstack-poisoned]
2 parents 15a3f0f + c2b07b7 commit aa1959e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

scripts/release/apply-release-changes.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
# Step 2 after branch cut is complete.

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)