From 5f93d6af13db45baa62500095cedf78c281dec74 Mon Sep 17 00:00:00 2001 From: Grigas <35135765+grigasp@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:13:50 +0300 Subject: [PATCH] `changesets` should ignore app and test packages (#742) --- .changeset/config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 3bc5bdd7e..f29bd71e1 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,10 +8,13 @@ "baseBranch": "master", "updateInternalDependencies": "patch", "ignore": [ + "@itwin/presentation-models-tree", "presentation-full-stack-tests", "presentation-performance-tests", + "@load-tests/backend", "@load-tests/frontend", - "@test-app/frontend", - "@itwin/presentation-models-tree" + "@test-app/backend", + "@test-app/common", + "@test-app/frontend" ] }