From ab6aefd723dba5f63d6ae03fefe0f20f7d60aafd Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Tue, 27 May 2025 19:31:18 +0200 Subject: [PATCH] ci: remove the "Thank You" section from releases --- nx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nx.json b/nx.json index 4f8e8391c..8f44c6e5f 100644 --- a/nx.json +++ b/nx.json @@ -10,6 +10,7 @@ "createRelease": "github", "file": false, "renderOptions": { + "authors": false, "applyUsernameToAuthors": false } }