From ea49a329208e0de5242798e14b98f3b82793d8d9 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink Date: Thu, 21 Nov 2024 01:22:19 -0800 Subject: [PATCH] OPS -- Exclude transport-grpc from releases --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index f7cfd945e..030a23ef3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "master", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["@onflow/transport-grpc"] }