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