From c45a409797354613e29c1f2dbb75592116a1cdb7 Mon Sep 17 00:00:00 2001 From: Felix Dittrich <31076102+f11h@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:09:55 +0100 Subject: [PATCH] Add Chore PR to Changelog --- .grenrc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.grenrc.js b/.grenrc.js index 64ae54f2..9a87c4c2 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -19,13 +19,13 @@ module.exports = { "documentation" ], "Others": [ - "other" + "other", + "chore" ] }, "ignoreIssuesWith": [ "wontfix", - "duplicate", - "chore" + "duplicate" ], "changelogFilename": "CHANGELOG.md", "template": {