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 +}