From f20b1191f16c7468f32930abe50e66954046b1fd Mon Sep 17 00:00:00 2001 From: smakosh Date: Tue, 16 Apr 2024 07:25:51 +0200 Subject: [PATCH] fix: ignore docs and examples changeset --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 91b6a95..7cc0c56 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["docs", "examples"] }