From 20e54487dc58f16d12887f28f532d1ca7befedad Mon Sep 17 00:00:00 2001 From: Ivan Matveev Date: Sun, 31 May 2026 14:10:31 +0200 Subject: [PATCH] ci: stop skipping release PR checks --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index bbad7f3..9465c6a 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": ["@changesets/cli/commit", { "skipCI": false }], "fixed": [], "linked": [], "access": "public",