From aaf0cfde1fca2299f6f159c369ea047116dd8da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Chalk?= Date: Tue, 10 Sep 2024 14:37:47 +0200 Subject: [PATCH] chore(create-cli): omit from nx release until nx-plugin is ready --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 033431534..efc3fff0e 100644 --- a/nx.json +++ b/nx.json @@ -86,7 +86,7 @@ } }, "release": { - "projects": ["packages/*", "!packages/nx-plugin"], + "projects": ["packages/*", "!packages/nx-plugin", "!packages/create-cli"], "projectsRelationship": "fixed", "changelog": { "automaticFromRef": true,