From ee78ca06da45381ac7199f77fc57a41226b6c3e4 Mon Sep 17 00:00:00 2001 From: ascheibal Date: Thu, 10 Sep 2020 01:47:52 +0200 Subject: [PATCH] doc: update grenrc to ignore chore, wontfix (#100) --- .grenrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.grenrc.js b/.grenrc.js index b211ec5..64ae54f 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -22,6 +22,11 @@ module.exports = { "other" ] }, + "ignoreIssuesWith": [ + "wontfix", + "duplicate", + "chore" +], "changelogFilename": "CHANGELOG.md", "template": { commit: ({ message, url, author, name }) => `- [${message}](${url}) - ${author ? `@${author}` : name}`,