From 995850cb611d027af671590d417e8b4c89070183 Mon Sep 17 00:00:00 2001 From: Robert Timm Date: Tue, 8 Oct 2024 09:51:49 +0000 Subject: [PATCH] fix: do not print authors in changelogs --- nx.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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": {