diff --git a/nx.json b/nx.json index 9149e1e6d..83bd24189 100644 --- a/nx.json +++ b/nx.json @@ -29,7 +29,16 @@ "conventionalCommits": true }, "changelog": { - "projectChangelogs": true + "projectChangelogs": { + "renderOptions": { + "authors": false + } + }, + "workspaceChangelog": { + "renderOptions": { + "authors": false + } + } } }, "targetDefaults": {