diff --git a/changelogithub.config.json b/changelogithub.config.json new file mode 100644 index 0000000..b410eb3 --- /dev/null +++ b/changelogithub.config.json @@ -0,0 +1,15 @@ +{ + "types": { + "feat": { "title": "🚀 Features" }, + "fix": { "title": "🔧 Bug Fixes" }, + "docs": { "title": "📚 Documentation" }, + "style": { "title": "💄 Styles" }, + "refactor": { "title": "🔨 Refactor" }, + "perf": { "title": "🏎 Performance" }, + "test": { "title": "🚨 Tests" }, + "build": { "title": "🛠 Build" }, + "ci": { "title": "👷 CI" }, + "chore": { "title": "🛗 Chore" }, + "revert": { "title": "⏪ Revert" } + } +}