From 317a9006bd8800f2d65bbcc26de776e161576b68 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:17:57 -0800 Subject: [PATCH] chore: Activate release freeze (#12741) --- .kokoro/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/release.sh b/.kokoro/release.sh index ac5246229d..cfe996516f 100755 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -14,7 +14,7 @@ # limitations under the License. # Set this to a nonempty string to freeze releases. -FREEZE_RELEASES= +FREEZE_RELEASES=true set -eo pipefail