From 4f7af880a90693cf6b51a191324ebf61e8f1c8f9 Mon Sep 17 00:00:00 2001 From: cedoor Date: Fri, 10 Mar 2023 13:09:10 +0000 Subject: [PATCH] chore: add refactor type to changelog --- changelogithub.config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelogithub.config.json diff --git a/changelogithub.config.json b/changelogithub.config.json new file mode 100644 index 0000000..ef2ff01 --- /dev/null +++ b/changelogithub.config.json @@ -0,0 +1,7 @@ +{ + "types": { + "feat": { "title": "🚀 Features" }, + "fix": { "title": "🐞 Bug Fixes" }, + "refactor": { "title": "♻️ Refactoring" } + } +}