From 8043c6eef5a06478f8ff97bf2dace42c6743c994 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 23 Sep 2024 11:49:13 +0300 Subject: [PATCH] feat: add new option display tagged commit message body as release summary --- projects/auto-changelog-config/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/auto-changelog-config/index.json b/projects/auto-changelog-config/index.json index 174ac5b6..d09569ee 100644 --- a/projects/auto-changelog-config/index.json +++ b/projects/auto-changelog-config/index.json @@ -1,6 +1,7 @@ { "ignoreCommitPattern": "^(?!(feat|fix|perf|deprecate|refactor|revert))(.*)$", "commitLimit": false, + "releaseSummary": true, "output": "CHANGELOG.md", "template": "compact", "unreleased": false