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,