From 78a291685729fbd6dfd5849e2777fa82488ad34c Mon Sep 17 00:00:00 2001 From: Alexey Aksenov Date: Tue, 18 Feb 2020 01:28:33 +0300 Subject: [PATCH] Improve gren configuration --- .grenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.grenrc b/.grenrc index fb8fc2e..637f074 100644 --- a/.grenrc +++ b/.grenrc @@ -1,6 +1,6 @@ { "changelogFilename": "CHANGELOG.md", "dataSource": "commits", - "ignoreCommitsWith": ["Bump"], + "ignoreCommitsWith": ["Bump", "changelog"], "prefix": "" }