From 2072bfed7cdbb2e5f72622b4a6b3deb44481bc8b Mon Sep 17 00:00:00 2001 From: Sergey Golovin Date: Sun, 2 Aug 2020 16:25:35 +0300 Subject: [PATCH] chore: update gren config --- .grenrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.grenrc b/.grenrc index 29b52ec..d6773fd 100644 --- a/.grenrc +++ b/.grenrc @@ -1,7 +1,11 @@ { "dataSource": "commits", + "includeMessages": "commits", + "changelogFilename": "CHANGELOG.md", + "onlyMilestones": false, "ignoreIssuesWith": [ "wontfix", "duplicate" ] } +