From c053aa79d9aebeabe8bbe5a1e2e665ad2a38dcd9 Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 25 May 2023 21:28:58 +0800 Subject: [PATCH] chore(projects): update changelogithub config --- changelogithub.config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 changelogithub.config.json diff --git a/changelogithub.config.json b/changelogithub.config.json new file mode 100644 index 0000000..b98a752 --- /dev/null +++ b/changelogithub.config.json @@ -0,0 +1,21 @@ +{ + "types": { + "feat": { "title": "๐Ÿš€ Features" }, + "perf": { "title": "๐Ÿ”ฅ Performance" }, + "fix": { "title": "๐Ÿฉน Fixes" }, + "refactor": { "title": "๐Ÿ’… Refactors" }, + "docs": { "title": "๐Ÿ“– Documentation" }, + "types": { "title": "๐ŸŒŠ Types" }, + "chore": { "title": "๐Ÿก Chore" }, + "test": { "title": "๐Ÿงช Tests" }, + "style": { "title": "๐ŸŽจ Styles" }, + "ci": { "title": "๐Ÿค– CI" } + }, + "scopeMap": {}, + "titles": { + "breakingChanges": "๐Ÿšจ Breaking Changes" + }, + "contributors": true, + "capitalize": true, + "group": true +}